Fix build when X11 fbdev is enabled

This commit is contained in:
robxnano 2022-09-26 22:47:25 +01:00
parent 95f1d46bae
commit 4724ce7aee
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ driver_fbdev::driver_fbdev(X11_monitor_desc &m) : driver_dga(m)
&wattr);
// Set window name/class
set_window_name(w, mouse_grabbed);
set_window_name(w, false);
// Indicate that we want keyboard input
set_window_focus(w);