aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-09 21:20:51 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-09 21:20:51 -0400
commite9a9a54540ec467a5435c0b16fe2d9692e22cf7a (patch)
tree6c139ffa0614e61aac6c27ee39664b2e63da5c76 /window-xlib.h
parentc1b938e0388146dac6f82a65f6b972519cc6532b (diff)
downloadrunes-e9a9a54540ec467a5435c0b16fe2d9692e22cf7a.tar.gz
runes-e9a9a54540ec467a5435c0b16fe2d9692e22cf7a.zip
the subprocess dying should also close the window
Diffstat (limited to 'window-xlib.h')
-rw-r--r--window-xlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window-xlib.h b/window-xlib.h
index 2a18d94..e8cb0f0 100644
--- a/window-xlib.h
+++ b/window-xlib.h
@@ -11,6 +11,7 @@ enum runes_atoms {
RUNES_ATOM_NET_WM_ICON_NAME,
RUNES_ATOM_NET_WM_NAME,
RUNES_ATOM_UTF8_STRING,
+ RUNES_ATOM_WM_PROTOCOLS,
RUNES_NUM_ATOMS
};
@@ -31,6 +32,7 @@ typedef struct {
void runes_window_backend_init(RunesTerm *t, int argc, char *argv[]);
cairo_surface_t *runes_window_backend_surface_create(RunesTerm *t);
void runes_window_backend_flush(RunesTerm *t);
+void runes_window_backend_request_close(RunesTerm *t);
void runes_window_backend_cleanup(RunesTerm *t);
#endif