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
1 changed files with 1 additions and 1 deletions

View File

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