summaryrefslogtreecommitdiffstats
path: root/xlib/X11
diff options
context:
space:
mode:
authorredman <redman>1999-04-21 20:11:37 (GMT)
committerredman <redman>1999-04-21 20:11:37 (GMT)
commit66168e9811b7b5288bea090ad862a7c39284404f (patch)
tree98f86a9d8c1e8d943fb00822dad8f030226d0291 /xlib/X11
parent1c942064cf9b59db035a8eef8e4bc1b7430a6c30 (diff)
downloadtk-66168e9811b7b5288bea090ad862a7c39284404f.zip
tk-66168e9811b7b5288bea090ad862a7c39284404f.tar.gz
tk-66168e9811b7b5288bea090ad862a7c39284404f.tar.bz2
merge with 8.1.0 branch
Diffstat (limited to 'xlib/X11')
-rw-r--r--xlib/X11/Xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index b185394..360e951 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -58,7 +58,7 @@ typedef unsigned long wchar_t;
typedef char *XPointer;
#define Bool int
-#define Status int
+typedef int Status;
#define True 1
#define False 0