summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index c483400..78e7734 100644
--- a/window.h
+++ b/window.h
@@ -60,6 +60,8 @@ window_create(struct display *display, const char *title,
void
window_draw(struct window *window);
void
+window_commit(struct window *window, uint32_t key);
+void
window_get_child_rectangle(struct window *window,
struct rectangle *rectangle);
void