aboutsummaryrefslogtreecommitdiff
path: root/glitch.h
diff options
context:
space:
mode:
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, ...);
156void init_window_manager(void); 156void init_window_manager(void);
157void deinit_window_manager(void); 157void deinit_window_manager(void);
158void handle_map_request(void); 158void handle_map_request(void);
159void handle_map_notify(void);
159void handle_unmap_notify(void); 160void handle_unmap_notify(void);
160void handle_destroy_notify(void); 161void handle_destroy_notify(void);
161void handle_property_notify(void); 162void handle_property_notify(void);
@@ -170,6 +171,7 @@ void handle_focus_out(void);
170void handle_enter_notify(void); 171void handle_enter_notify(void);
171void handle_expose(void); 172void handle_expose(void);
172void handle_configure_request(void); 173void handle_configure_request(void);
174void handle_configure_notify(void);
173 175
174Window get_active_window(void); 176Window get_active_window(void);
175void set_active_window(Window window, Time time); 177void set_active_window(Window window, Time time);