test_focus: Call window object show after its content creation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 16 Jan 2014 00:34:16 +0000 (09:34 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 21 Jan 2014 10:58:09 +0000 (19:58 +0900)
commitfb135d2ca4994cbbb99c3a010dea563b9e807756
tree8ef2122b1d052fd71ec0df18e9cf4527a674d039
parent2ab029a41303d45cf24546cfde3048d6a5446f24
test_focus: Call window object show after its content creation.

This is a successor commit of 64fd5a825b24591aedb9cac695d03f5b4d867442.
Window show call triggers all smart objects' smart calculation and in case of
X11, XMapWindow() is called directly.
Also moved resize of window accordingly.
src/bin/test_focus3.c