summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-04 13:21:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-04 13:21:44 (GMT)
commitff6b6da8684c21a95fd6a8606a2834b12fee86f5 (patch)
treec73a0a381ee054c459a00d222c5014d374e63bc7 /xlib
parent41535ba2bc93696827b89e65a4f022ddcb3921a7 (diff)
downloadtk-ff6b6da8684c21a95fd6a8606a2834b12fee86f5.zip
tk-ff6b6da8684c21a95fd6a8606a2834b12fee86f5.tar.gz
tk-ff6b6da8684c21a95fd6a8606a2834b12fee86f5.tar.bz2
Fix symbol conflicts in Xutil.h (noticable in msvc build)
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xutil.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/xlib/X11/Xutil.h b/xlib/X11/Xutil.h
index 28a76fc..f377e2b 100644
--- a/xlib/X11/Xutil.h
+++ b/xlib/X11/Xutil.h
@@ -472,13 +472,6 @@ extern Status XGetTextProperty(
Atom /* property */
);
-extern XVisualInfo *XGetVisualInfo(
- Display* /* display */,
- long /* vinfo_mask */,
- XVisualInfo* /* vinfo_template */,
- int* /* nitems_return */
-);
-
extern Status XGetWMClientMachine(
Display* /* display */,
Window /* w */,
@@ -636,12 +629,6 @@ extern void XSetTextProperty(
Atom /* property */
);
-extern void XSetWMClientMachine(
- Display* /* display */,
- Window /* w */,
- XTextProperty* /* text_prop */
-);
-
extern int XSetWMHints(
Display* /* display */,
Window /* w */,
@@ -734,12 +721,6 @@ extern int XShrinkRegion(
int /* dy */
);
-extern Status XStringListToTextProperty(
- char** /* list */,
- int /* count */,
- XTextProperty* /* text_prop_return */
-);
-
extern int XSubtractRegion(
Region /* sra */,
Region /* srb */,