Skip to content

Commit

Permalink
Fix #3: Fix issues on X11
Browse files Browse the repository at this point in the history
  • Loading branch information
esnosy committed Oct 3, 2023
1 parent d0e5b4e commit b0b12e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ bool minimal_window_process_events() {
XEvent event;
XNextEvent(display, &event);
switch (event.type) {
case KeyPress:
/* FALLTHROUGH */

case ClientMessage:
/* destroy window */
XDestroyWindow(display, window);
Expand Down

0 comments on commit b0b12e7

Please sign in to comment.