awesome/objects
Uli Schlachter e40bfedd30 drawin: Don't cause X11 errors during allocation
We were only creating an X11 window for a new drawin after we handled all the
options that were passed in. However, this means that drawin({ height = 4 })
would try to resize the window before we created a window, which caused an X11
error.

Fix this by moving our initialization before of the handling of construction
arguments.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-09-12 19:38:20 +02:00
..
button.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
button.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
client.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
client.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
drawin.c drawin: Don't cause X11 errors during allocation 2011-09-12 19:38:20 +02:00
drawin.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
key.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
key.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
tag.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
tag.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
timer.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
timer.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
window.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
window.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00