i3-nagbar: eliminate xcb_change_gc_single with C99

This commit is contained in:
Michael Stapelberg
2011-10-23 17:55:58 +01:00
parent ada4857ad2
commit 78fea8e1fb
3 changed files with 6 additions and 15 deletions

View File

@ -20,6 +20,5 @@ extern xcb_window_t root;
xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height);
int get_font_id(xcb_connection_t *conn, char *pattern, int *font_height);
void xcb_change_gc_single(xcb_connection_t *conn, xcb_gcontext_t gc, uint32_t mask, uint32_t value);
#endif