Migrate to queue.h

This commit is contained in:
Axel Wagner
2010-07-30 03:11:54 +02:00
parent 654b51fef1
commit 43c057f19a
8 changed files with 96 additions and 98 deletions

View File

@ -25,5 +25,6 @@ void destroy_windows();
void create_windows();
void draw_buttons();
int get_string_width(char *string);
void handle_xcb_event(xcb_generic_event_t *event);
#endif