fix: no exit key
This commit is contained in:
@@ -117,6 +117,7 @@ int main(void) {
|
|||||||
InitWindow(WIDTH, HEIGHT, get_window_title());
|
InitWindow(WIDTH, HEIGHT, get_window_title());
|
||||||
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
SetExitKey(KEY_NULL);
|
||||||
|
|
||||||
// initialize hyprland socket path
|
// initialize hyprland socket path
|
||||||
hyprland_socket_path = get_hyprland_socket_path();
|
hyprland_socket_path = get_hyprland_socket_path();
|
||||||
|
|||||||
Reference in New Issue
Block a user