From adc925180be3a8b4a970c70c58ef6c3de6993458 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Nov 2020 17:14:21 +0100 Subject: Rename puglShowWindow and puglHideWindow to puglShow an puglHide These names were confusing because a view is not necessarily a window. Since there's no room for ambiguity here, simply drop the superfluous word. --- test/test_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_timer.c') diff --git a/test/test_timer.c b/test/test_timer.c index 219fa59..0b77396 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -113,7 +113,7 @@ main(int argc, char** argv) // Create and show window assert(!puglRealize(app.view)); - assert(!puglShowWindow(app.view)); + assert(!puglShow(app.view)); while (app.state != EXPOSED) { assert(!puglUpdate(app.world, timeout)); } -- cgit v1.2.1