wlt: toolkit: pass flags to resize and redraw callbacks
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 12:14:28 +0000 (14:14 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 12:14:28 +0000 (14:14 +0200)
commit1b1ff113559d1115a552cb1f751afcd918a7c570
tree6f5ba20241584eeb8750bc47db537d20f0bce1fb
parentc77e3d8c0c069d5ee0cb618f90817a5520b9d4fe
wlt: toolkit: pass flags to resize and redraw callbacks

If a window is maximized, fullscreen or should be drawn without
decorations, then the widgets must be notified about it. Hence, this adds
a flags argument to resize and redraw callbacks.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/wlt_terminal.c
src/wlt_theme.c
src/wlt_toolkit.c
src/wlt_toolkit.h