Lines Matching refs:mwmHints
25 GetMWMHints(Window w, MotifWmHints *mwmHints)
35 mwmHints->flags = 0;
36 mwmHints->functions = 0;
37 mwmHints->decorations = 0;
39 mwmHints->input_mode = 0;
40 mwmHints->status = 0;
58 mwmHints->flags = (int)prop[0];
59 mwmHints->functions = (int)prop[1];
60 mwmHints->decorations = (int)prop[2];
62 mwmHints->input_mode = (int)prop[3];
63 mwmHints->status = (int)prop[4];
66 if(mwmHints->flags & MWM_HINTS_FUNCTIONS) {
67 if(mwmHints->functions & MWM_FUNC_ALL) {
68 mwmHints->functions ^= ~0;
71 if(mwmHints->flags & MWM_HINTS_DECORATIONS) {
72 if(mwmHints->decorations & MWM_DECOR_ALL) {
73 mwmHints->decorations ^= ~0;