window: Default to toplevel windows
This commit is contained in:
parent
67680c122d
commit
f8ab46e149
|
@ -84,8 +84,8 @@ struct display {
|
|||
};
|
||||
|
||||
enum {
|
||||
TYPE_FULLSCREEN,
|
||||
TYPE_TOPLEVEL,
|
||||
TYPE_FULLSCREEN,
|
||||
TYPE_TRANSIENT,
|
||||
TYPE_CUSTOM
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue