6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 /* ---------------------------- global macros ------------------------------ */
12 /* ---------------------------- type definitions --------------------------- */
14 /* ---------------------------- forward declarations ----------------------- */
16 /* ---------------------------- exported variables (globals) --------------- */
18 /* ---------------------------- interface functions ------------------------ */
20 /* Condition matching routines */
21 char *CreateFlagString(char *string
, char **restptr
);
22 void DefaultConditionMask(WindowConditionMask
*mask
);
23 void CreateConditionMask(char *flags
, WindowConditionMask
*mask
);
24 void FreeConditionMask(WindowConditionMask
*mask
);
25 Bool
MatchesConditionMask(FvwmWindow
*fw
, WindowConditionMask
*mask
);
27 #endif /* CONDITIONAL_H */