[Xcb-commit] wm
Julien Danjou
jdanjou at kemper.freedesktop.org
Mon Sep 15 23:26:55 PDT 2008
wm/xcb_wm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 86c7de41d7c5202d4a82d8e7fa5897b5e1dd2614
Author: Arnaud Fontaine <arnau at debian.org>
Date: Mon Sep 15 21:23:49 2008 +0100
wm: tag_t was renamed to xcb_atom_fast_tag_t.
diff --git a/wm/xcb_wm.h b/wm/xcb_wm.h
index 8446071..7581df7 100644
--- a/wm/xcb_wm.h
+++ b/wm/xcb_wm.h
@@ -24,7 +24,7 @@ typedef struct {
} client_window_t;
typedef struct {
- enum tag_t tag;
+ enum xcb_atom_fast_tag_t tag;
union {
xcb_get_window_attributes_cookie_t cookie;
uint8_t override_redirect;
More information about the xcb-commit
mailing list