summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwin32.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-06 16:20:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-06 16:20:45 +0000
commit0611f06b5ad90258d274dfb64ba07171cbd053d5 (patch)
treeae28a3757caa4dda3d0250580f287ac617992edc /gdk/win32/gdkwin32.h
parentf60e216527a0972d8022ae7e1b836c3f1e96af12 (diff)
downloadgtk+-0611f06b5ad90258d274dfb64ba07171cbd053d5.tar.gz
Patch from George Liebl to add a GdkGrabStatus enumeration to use as a
Thu Jul 6 11:54:03 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h gdk/x11/gdkmain-x11.c: Patch from George Liebl to add a GdkGrabStatus enumeration to use as a return value of gdk_*_grab(). Previously, we just returned the X11 values directly.
Diffstat (limited to 'gdk/win32/gdkwin32.h')
-rw-r--r--gdk/win32/gdkwin32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdk/win32/gdkwin32.h b/gdk/win32/gdkwin32.h
index cc99aa97c6..70e63f21cb 100644
--- a/gdk/win32/gdkwin32.h
+++ b/gdk/win32/gdkwin32.h
@@ -152,15 +152,6 @@
/* Define corresponding Windows types for some X11 types, just for laziness. */
typedef PALETTEENTRY XColor;
-/* Define some of the X11 constants also here, again just for laziness */
-
-/* Error codes */
-#define Success 0
-
-/* Grabbing status */
-#define GrabSuccess 0
-#define AlreadyGrabbed 2
-
/* Some structs are somewhat useful to emulate internally, just to
* keep the code less #ifdefed.
*/