mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
query: eliminate query.maximized tristates
This commit is contained in:
parent
9247236938
commit
ac2d1b4177
4 changed files with 13 additions and 53 deletions
|
|
@ -53,6 +53,7 @@ enum three_state {
|
|||
* Therefore when parsing rc.xml, "None" means "Invalid".
|
||||
*/
|
||||
enum view_axis {
|
||||
VIEW_AXIS_INVALID = -1,
|
||||
VIEW_AXIS_NONE = 0,
|
||||
VIEW_AXIS_HORIZONTAL = (1 << 0),
|
||||
VIEW_AXIS_VERTICAL = (1 << 1),
|
||||
|
|
@ -291,9 +292,7 @@ struct view_query {
|
|||
char *sandbox_engine;
|
||||
char *sandbox_app_id;
|
||||
enum three_state shaded;
|
||||
enum three_state maximized_full;
|
||||
enum three_state maximized_vertical;
|
||||
enum three_state maximized_horizontal;
|
||||
enum view_axis maximized;
|
||||
enum three_state iconified;
|
||||
enum three_state focused;
|
||||
enum three_state omnipresent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue