[Xcb-commit] icccm

Peter Harris peterh at kemper.freedesktop.org
Fri Dec 5 09:42:53 PST 2008


 icccm/xcb_icccm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88cb77f44e3364dfbe6e7a3b4cf69be1d5dd1ea6
Author: Peter Harris <peter.harris at hummingbird.com>
Date:   Thu Dec 4 09:43:41 2008 -0500

    Fix the type of 'input' in icccm/xcb_icccm.h/xcb_wm_hints_t
    
    This bug behaves even worse, affecting all fields subsequent to input, if
    someone insane compiles with -fpack-struct=1

diff --git a/icccm/xcb_icccm.h b/icccm/xcb_icccm.h
index 2cf56a3..2e80633 100644
--- a/icccm/xcb_icccm.h
+++ b/icccm/xcb_icccm.h
@@ -632,7 +632,7 @@ typedef struct {
   int32_t flags;
   /** Does this application rely on the window manager to get keyboard
       input? */
-  uint8_t input;
+  uint32_t input;
   /** See below */
   int32_t initial_state;
   /** Pixmap to be used as icon */


More information about the xcb-commit mailing list