summaryrefslogtreecommitdiff
path: root/glitch.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-16 12:22:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-16 12:22:40 +0200
commita01fd03d79e61e9ca0afe4cab4208179b6df36de (patch)
tree742ace1f6928b55820f11c7943fc967f1669388e /glitch.h
parent6ac76fddad885eb23ff019ae36a86c8bb487670b (diff)
downloadglitch-a01fd03d79e61e9ca0afe4cab4208179b6df36de.tar.gz
Fix Wine bug not sending keypresses and mouse position offset
Diffstat (limited to 'glitch.h')
-rw-r--r--glitch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glitch.h b/glitch.h
index 69cfe0f..49af39a 100644
--- a/glitch.h
+++ b/glitch.h
@@ -156,6 +156,7 @@ void log_message(FILE *stream, LogLevel level, const char* format, ...);
void init_window_manager(void);
void deinit_window_manager(void);
void handle_map_request(void);
+void handle_map_notify(void);
void handle_unmap_notify(void);
void handle_destroy_notify(void);
void handle_property_notify(void);
@@ -170,6 +171,7 @@ void handle_focus_out(void);
void handle_enter_notify(void);
void handle_expose(void);
void handle_configure_request(void);
+void handle_configure_notify(void);
Window get_active_window(void);
void set_active_window(Window window, Time time);