summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-06 17:40:48 +0100
committerBert <ber.t@gmx.com>2011-02-06 17:40:48 +0100
commit603e664f7c9fc5cb228eef90fdaa501ac5dfa3bb (patch)
treeb33881b443d0c96e75a2a93d26497dcc5571db27 /window.h
parentcbf6aae721455a952ab0437bb62143ef8444cc93 (diff)
downloadnsxiv-603e664f7c9fc5cb228eef90fdaa501ac5dfa3bb.tar.zst
Nicer fit window to image
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index cc2598f..db91b18 100644
--- a/window.h
+++ b/window.h
@@ -57,7 +57,7 @@ void win_open(win_t*);
void win_close(win_t*);
int win_configure(win_t*, XConfigureEvent*);
-int win_resize(win_t*, unsigned int, unsigned int);
+int win_moveresize(win_t*, int, int, unsigned int, unsigned int);
void win_toggle_fullscreen(win_t*);