Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161242 Details for
Bug 225999
tcl/tk-8.4* broken if built with x11-proto/xproto-7.0.13
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tk-8.4-lastevent.patch
tk-8.4-lastevent.patch (text/plain), 843 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2008-07-24 06:37:47 UTC
(
hide
)
Description:
tk-8.4-lastevent.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2008-07-24 06:37:47 UTC
Size:
843 bytes
patch
obsolete
>--- generic/tk.h.orig 2008-02-06 16:31:40.000000000 +0100 >+++ generic/tk.h 2008-07-24 08:21:46.000000000 +0200 >@@ -635,17 +635,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) > > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225999
:
159623
| 161242 |
184467
|
204779