public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* GdkEventMask extra flags
@ 2003-08-09  0:47 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-08-09  0:47 UTC (permalink / raw)
  To: guile-gtk

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

FYI,
        * gdk-1.2.defs (GdkEventMask): Add GDK_PROPERTY_CHANGE_MASK,
        GDK_VISIBILITY_NOTIFY_MASK, GDK_PROXIMITY_IN_MASK,
        GDK_PROXIMITY_OUT_MASK, GDK_SUBSTRUCTURE_MASK.


[-- Attachment #2: gdk-1.2.defs.event-mask.diff --]
[-- Type: text/plain, Size: 586 bytes --]

--- gdk-1.2.defs.~1.48.~	2003-08-09 10:33:26.000000000 +1000
+++ gdk-1.2.defs	2003-08-09 10:45:14.000000000 +1000
@@ -278,6 +278,11 @@
   (leave-notify-mask GDK_LEAVE_NOTIFY_MASK)
   (focus-change-mask GDK_FOCUS_CHANGE_MASK)
   (structure-mask GDK_STRUCTURE_MASK)
+  (property-change-mask GDK_PROPERTY_CHANGE_MASK)
+  (visibility-notify-mask GDK_VISIBILITY_NOTIFY_MASK)
+  (proximity-in-mask GDK_PROXIMITY_IN_MASK)     
+  (proximity-out-mask GDK_PROXIMITY_OUT_MASK)
+  (substructure-mask GDK_SUBSTRUCTURE_MASK)
   (all-events-mask GDK_ALL_EVENTS_MASK))
 
 (define-enum GdkFilterReturn

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-09  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-09  0:47 GdkEventMask extra flags Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).