summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-22 12:14:50 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-22 12:14:50 -0500
commit0395f30e652bd32234942206bce15e7e6f3a9fb1 (patch)
tree0e6b609b38b3ce520b5be9da8143081a02b4dddb /window.h
parentee02ca6fa489a99ddec5d1542d51cce9948d39a9 (diff)
Add a fullscreen mode to the terminal.
Diffstat (limited to 'window.h')
-rw-r--r--window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/window.h b/window.h
index b4d524e..ffe81ad 100644
--- a/window.h
+++ b/window.h
@@ -44,9 +44,6 @@ window_create(struct wl_display *display, int fd,
int32_t x, int32_t y, int32_t width, int32_t height);
void
-window_set_minimum_size(struct window *window, uint32_t width, int32_t height);
-
-void
window_draw(struct window *window);
void
window_get_child_rectangle(struct window *window,
@@ -60,6 +57,9 @@ window_copy(struct window *window,
uint32_t name, uint32_t stride);
void
+window_set_fullscreen(struct window *window, int fullscreen);
+
+void
window_set_resize_handler(struct window *window,
window_resize_handler_t handler, void *data);
void