summaryrefslogtreecommitdiff
path: root/icccm
diff options
context:
space:
mode:
authorTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2007-04-07 13:22:57 +0200
committerTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2007-04-07 13:22:57 +0200
commit01f367d2d2f487a8db0e2ce28f51b3f183c9e60a (patch)
tree6220e3bf4a8cbed4d625595d6e27b6032cdc716c /icccm
parentbcd43a037f489dcad787c435e13a1c0d48cce9ea (diff)
missing namespace for alloc_wm_hints in xcb_icccm.h
Diffstat (limited to 'icccm')
-rw-r--r--icccm/xcb_icccm.h2
1 files changed, 1 insertions, 1 deletions
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);