window: Default to toplevel windows

This commit is contained in:
Kristian Høgsberg 2011-09-08 16:56:38 -04:00
parent 67680c122d
commit f8ab46e149

View File

@ -84,8 +84,8 @@ struct display {
};
enum {
TYPE_FULLSCREEN,
TYPE_TOPLEVEL,
TYPE_FULLSCREEN,
TYPE_TRANSIENT,
TYPE_CUSTOM
};