window: Default to toplevel windows
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 8 Sep 2011 20:56:38 +0000 (16:56 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 8 Sep 2011 20:56:38 +0000 (16:56 -0400)
clients/window.c

index 1c94fcf..177637e 100644 (file)
@@ -84,8 +84,8 @@ struct display {
 };
 
 enum {
-       TYPE_FULLSCREEN,
        TYPE_TOPLEVEL,
+       TYPE_FULLSCREEN,
        TYPE_TRANSIENT,
        TYPE_CUSTOM
 };