Add an orange pop-up menu to test the new map_transient request
diff --git a/clients/gears.c b/clients/gears.c
index f2eae9c..25e1fcb 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -358,7 +358,8 @@
 	gears = malloc(sizeof *gears);
 	memset(gears, 0, sizeof *gears);
 	gears->d = display;
-	gears->window = window_create(display, "Wayland Gears", width, height);
+	gears->window = window_create(display, width, height);
+	window_set_title(gears->window, "Wayland Gears");
 
 	gears->display = display_get_egl_display(gears->d);
 	if (gears->display == NULL)