diff options
Diffstat (limited to 'examples/pugl_embed_demo.c')
-rw-r--r-- | examples/pugl_embed_demo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index db4a141..5acef73 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.c @@ -335,8 +335,8 @@ main(int argc, char** argv) puglStrerror(st)); } - puglShowWindow(app.parent); - puglShowWindow(app.child); + puglShow(app.parent); + puglShow(app.child); puglStartTimer(app.child, reverseTimerId, 3.6); |