Removed warnings
This commit is contained in:
parent
858bcd4947
commit
a90bab94fb
1 changed files with 0 additions and 4 deletions
|
@ -79,8 +79,6 @@ handle_xcb_event(xcb_generic_event_t *event)
|
|||
static void
|
||||
handle_create_notify_event(xcb_create_notify_event_t *event)
|
||||
{
|
||||
warn("create_nofify\n");
|
||||
|
||||
// TODO: handle
|
||||
}
|
||||
|
||||
|
@ -93,8 +91,6 @@ handle_destroy_notify_event(xcb_destroy_notify_event_t *event)
|
|||
static void
|
||||
handle_map_request_event(xcb_map_request_event_t *event)
|
||||
{
|
||||
warn("map_request\n");
|
||||
|
||||
// TODO: handle properly
|
||||
xcb_map_window(g_dpy, event->window);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue