mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 21:38:04 +02:00
window: Default to toplevel windows
This commit is contained in:
parent
67680c122d
commit
f8ab46e149
1 changed files with 1 additions and 1 deletions
|
|
@ -84,8 +84,8 @@ struct display {
|
|||
};
|
||||
|
||||
enum {
|
||||
TYPE_FULLSCREEN,
|
||||
TYPE_TOPLEVEL,
|
||||
TYPE_FULLSCREEN,
|
||||
TYPE_TRANSIENT,
|
||||
TYPE_CUSTOM
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue