From 8339bb7ee7fe4a2598a30e3c4d0cef42329ee5aa Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 4 Feb 2011 00:25:57 +0100 Subject: New key mapping: W, resize window to fit image --- window.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'window.h') diff --git a/window.h b/window.h index d9413e0..cc2598f 100644 --- a/window.h +++ b/window.h @@ -56,14 +56,15 @@ typedef struct win_s { void win_open(win_t*); void win_close(win_t*); -void win_set_title(win_t*, const char*); - int win_configure(win_t*, XConfigureEvent*); +int win_resize(win_t*, unsigned int, unsigned int); + void win_toggle_fullscreen(win_t*); void win_clear(win_t*); void win_draw(win_t*); +void win_set_title(win_t*, const char*); void win_set_cursor(win_t*, win_cur_t); #endif /* WINDOW_H */ -- cgit v1.2.3