public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/sourcenav/files: sourcenav_tk-8.3-lastevent.patch
@ 2008-12-29 23:24 Steve Arnold (nerdboy)
  0 siblings, 0 replies; only message in thread
From: Steve Arnold (nerdboy) @ 2008-12-29 23:24 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/12/29 23:24:26

  Added:                sourcenav_tk-8.3-lastevent.patch
  Log:
  Updated with Tk patch for xproto header changes (see bug #252700).
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64)

Revision  Changes    Path
1.1                  dev-util/sourcenav/files/sourcenav_tk-8.3-lastevent.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/sourcenav/files/sourcenav_tk-8.3-lastevent.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/sourcenav/files/sourcenav_tk-8.3-lastevent.patch?rev=1.1&content-type=text/plain

Index: sourcenav_tk-8.3-lastevent.patch
===================================================================
--- tk/generic/tk.h.orig	2008-12-29 12:55:34.381918897 -0800
+++ tk/generic/tk.h	2008-12-29 13:02:19.255919795 -0800
@@ -557,17 +557,15 @@
  *
  *---------------------------------------------------------------------------
  */
-#define VirtualEvent	    (LASTEvent)
-#define ActivateNotify	    (LASTEvent + 1)
-#define DeactivateNotify    (LASTEvent + 2)
-#define MouseWheelEvent     (LASTEvent + 3)
-#define TK_LASTEVENT	    (LASTEvent + 4)
+#define VirtualEvent	    (MappingNotify + 1)
+#define ActivateNotify	    (MappingNotify + 2)
+#define DeactivateNotify    (MappingNotify + 3)
+#define MouseWheelEvent     (MappingNotify + 4)
+#define TK_LASTEVENT	    (MappingNotify + 5)
 
 #define MouseWheelMask	    (1L << 28)
-
 #define ActivateMask	    (1L << 29)
 #define VirtualEventMask    (1L << 30)
-#define TK_LASTEVENT	    (LASTEvent + 4)
 
 
 /*






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

only message in thread, other threads:[~2008-12-29 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 23:24 [gentoo-commits] gentoo-x86 commit in dev-util/sourcenav/files: sourcenav_tk-8.3-lastevent.patch Steve Arnold (nerdboy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox