i3
|
Data Fields | |
xcb_window_t | id |
xcb_colormap_t | colormap |
Rect | dims |
surface_t | surface |
Definition at line 14 of file sighandler.c.
xcb_colormap_t dialog_t::colormap |
Definition at line 16 of file sighandler.c.
Referenced by sighandler_create_dialogs(), and sighandler_destroy_dialogs().
Rect dialog_t::dims |
Definition at line 17 of file sighandler.c.
Referenced by sighandler_create_dialogs(), and sighandler_draw_dialog().
xcb_window_t dialog_t::id |
Definition at line 15 of file sighandler.c.
Referenced by sighandler_create_dialogs(), and sighandler_destroy_dialogs().
surface_t dialog_t::surface |
Definition at line 18 of file sighandler.c.
Referenced by sighandler_create_dialogs(), sighandler_destroy_dialogs(), and sighandler_draw_dialog().