[Xcb-commit] icccm

Vincent Torri doursse at kemper.freedesktop.org
Sat Apr 7 04:23:16 PDT 2007


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

New commits:
diff-tree 01f367d2d2f487a8db0e2ce28f51b3f183c9e60a (from bcd43a037f489dcad787c435e13a1c0d48cce9ea)
Author: TORRI Vincent <torri at alf94-3-82-66-248-160.fbx.proxad.net>
Date:   Sat Apr 7 13:22:57 2007 +0200

    missing namespace for alloc_wm_hints in xcb_icccm.h

diff --git a/icccm/xcb_icccm.h b/icccm/xcb_icccm.h
index a8e7575..6c0c4df 100644
--- a/icccm/xcb_icccm.h
+++ b/icccm/xcb_icccm.h
@@ -195,7 +195,7 @@ typedef enum {
     XCB_WM_ICONIC_STATE    = 3
 } xcb_wm_state_t;
 
-xcb_wm_hints_t *alloc_wm_hints();
+xcb_wm_hints_t *xcb_alloc_wm_hints();
 
 uint8_t      xcb_wm_hints_get_input        (xcb_wm_hints_t *hints);
 xcb_pixmap_t xcb_wm_hints_get_icon_pixmap  (xcb_wm_hints_t *hints);


More information about the xcb-commit mailing list