summaryrefslogtreecommitdiffstats
path: root/win/tkWinPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-07-04 06:41:18 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-07-04 06:41:18 (GMT)
commitf594c1c764f7d20fda04957e61280e48f5c1f18c (patch)
treec6596a716c9c228f1a5818c7fd263008fb43b248 /win/tkWinPort.h
parentbe6b681791a27e1372c84c11be3d9fa64fb7f93c (diff)
downloadtk-f594c1c764f7d20fda04957e61280e48f5c1f18c.zip
tk-f594c1c764f7d20fda04957e61280e48f5c1f18c.tar.gz
tk-f594c1c764f7d20fda04957e61280e48f5c1f18c.tar.bz2
Add various X11 stub functions, Cygwin only
remove TkBindDeadWindow from Cygwin stub table FossilOrigin-Name: 708cadfa7f928805fe07859d70ef184154a2d168
Diffstat (limited to 'win/tkWinPort.h')
-rw-r--r--win/tkWinPort.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 77408dc..d1d7b58 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -98,22 +98,9 @@
#define TkFreeWindowId(dispPtr,w)
#define TkInitXId(dispPtr)
#define TkpCmapStressed(tkwin,colormap) (0)
-#define XFlush(display)
-#define XGrabServer(display)
-#define XUngrabServer(display)
#define TkpSync(display)
/*
- * The following functions are implemented as macros under Windows.
- */
-
-#define XFree(data) {if ((data) != NULL) ckfree((char *) (data));}
-#define XNoOp(display) {display->request++;}
-#define XSynchronize(display, bool) {display->request++;}
-#define XSync(display, bool) {display->request++;}
-#define XVisualIDFromVisual(visual) (visual->visualid)
-
-/*
* The following Tk functions are implemented as macros under Windows.
*/