diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-18 13:43:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-18 13:43:03 (GMT) |
commit | c16ce96c1ed92581e6b9fe85882c726bfd35e147 (patch) | |
tree | 925edf72ef7d3123d4c4223a4ac4d60eeed962fa /xlib | |
parent | a5aafcd65866c51e84616eb826dca2a1c8679f78 (diff) | |
parent | 321b9ffa79cccca2d0d78ea403a85c50edcc314c (diff) | |
download | tk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.zip tk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.tar.gz tk-c16ce96c1ed92581e6b9fe85882c726bfd35e147.tar.bz2 |
Merge 8.7
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xgc.c | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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; } |