summaryrefslogtreecommitdiff
path: root/xcb.h
diff options
context:
space:
mode:
authorStefan Breunig <stefan@mathphys.fsk.uni-heidelberg.de>2011-08-06 11:21:07 +0200
committerMichael Stapelberg <michael@stapelberg.de>2011-08-17 15:46:52 +0200
commitc8eecefe83acd137ea38f2c9d7a67e6dcce80471 (patch)
tree3f05b77e04dc64188d21e1f321168fe7f5614caa /xcb.h
parent1e7349e7392004d59419ceefdcd6e64ab5655f23 (diff)
handle screen resolution images and redraw the lock window
Diffstat (limited to 'xcb.h')
-rw-r--r--xcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcb.h b/xcb.h
index 3c6469e..54d667e 100644
--- a/xcb.h
+++ b/xcb.h
@@ -4,7 +4,7 @@
#include <xcb/xcb.h>
xcb_visualtype_t *get_root_visual_type(xcb_screen_t *s);
-xcb_pixmap_t create_bg_pixmap(xcb_connection_t *conn, xcb_screen_t *scr, char *color);
+xcb_pixmap_t create_bg_pixmap(xcb_connection_t *conn, xcb_screen_t *scr, u_int32_t *resolution, char *color);
xcb_window_t open_fullscreen_window(xcb_connection_t *conn, xcb_screen_t *scr, char *color, xcb_pixmap_t pixmap);
void grab_pointer_and_keyboard(xcb_connection_t *conn, xcb_screen_t *screen, xcb_cursor_t cursor);
uint32_t get_mod_mask(xcb_connection_t *conn, xcb_key_symbols_t *symbols, uint32_t keycode);