summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-18 13:43:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-18 13:43:03 (GMT)
commitc16ce96c1ed92581e6b9fe85882c726bfd35e147 (patch)
tree925edf72ef7d3123d4c4223a4ac4d60eeed962fa /xlib
parenta5aafcd65866c51e84616eb826dca2a1c8679f78 (diff)
parent321b9ffa79cccca2d0d78ea403a85c50edcc314c (diff)
downloadtk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.zip
tk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.tar.gz
tk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.tar.bz2
Merge 8.7
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xgc.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index 2c5fcaa..da41d58 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -649,16 +649,16 @@ XSetICFocus(
Window
XCreateWindow(
TCL_UNUSED(Display *),
- TCL_UNUSED(Window),
- TCL_UNUSED(int),
- TCL_UNUSED(int),
+ TCL_UNUSED(Window),
+ TCL_UNUSED(int),
+ TCL_UNUSED(int),
TCL_UNUSED(unsigned int),
- TCL_UNUSED(unsigned int),
TCL_UNUSED(unsigned int),
- TCL_UNUSED(int),
- TCL_UNUSED(unsigned int),
+ TCL_UNUSED(unsigned int),
+ TCL_UNUSED(int),
+ TCL_UNUSED(unsigned int),
TCL_UNUSED(Visual *),
- TCL_UNUSED(unsigned long),
+ TCL_UNUSED(unsigned long),
TCL_UNUSED(XSetWindowAttributes *))
{
return 0;
@@ -667,8 +667,8 @@ XCreateWindow(
int
XPointInRegion(
TCL_UNUSED(Region),
- TCL_UNUSED(int),
- TCL_UNUSED(int))
+ TCL_UNUSED(int),
+ TCL_UNUSED(int))
{
return 0;
}
@@ -676,8 +676,8 @@ XPointInRegion(
int
XUnionRegion(
TCL_UNUSED(Region),
- TCL_UNUSED(Region),
- TCL_UNUSED(Region))
+ TCL_UNUSED(Region),
+ TCL_UNUSED(Region))
{
return 0;
}
@@ -685,8 +685,8 @@ XUnionRegion(
Region
XPolygonRegion(
TCL_UNUSED(XPoint *),
- TCL_UNUSED(int),
- TCL_UNUSED(int))
+ TCL_UNUSED(int),
+ TCL_UNUSED(int))
{
return 0;
}