From: Kevin Ryde <user42@zip.com.au>
To: guile-gtk@sources.redhat.com
Subject: GdkEventMask extra flags
Date: Sat, 09 Aug 2003 00:47:00 -0000 [thread overview]
Message-ID: <873cgbbqsj.fsf@zip.com.au> (raw)
[-- 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
reply other threads:[~2003-08-09 0:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873cgbbqsj.fsf@zip.com.au \
--to=user42@zip.com.au \
--cc=guile-gtk@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).