Skip to content

Commit

Permalink
Add missing field to WindowConditionMask
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam authored and domivogt committed Oct 25, 2016
1 parent 830f0fa commit db3c3de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fvwm/conditional.h
Expand Up @@ -18,6 +18,8 @@ typedef struct WindowConditionMask
{
unsigned do_accept_focus : 1;
unsigned do_check_desk : 1;
unsigned do_check_screen : 1;
unsigned do_check_cond_desk : 1;
unsigned do_check_desk_and_global_page : 1;
unsigned do_check_desk_and_page : 1;
unsigned do_check_global_page : 1;
Expand Down Expand Up @@ -45,6 +47,8 @@ typedef struct WindowConditionMask
window_flags flag_mask;
struct name_condition *name_condition;
int layer;
int desk;
int screen;
int placed_by_button_mask;
int placed_by_button_set_mask;
} WindowConditionMask;
Expand Down

0 comments on commit db3c3de

Please sign in to comment.