Searched refs:mwmHints (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmwmhints.c25 GetMWMHints(Window w, MotifWmHints *mwmHints) argument
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
[all...]
H A Dmwmhints.h64 bool GetMWMHints(Window w, MotifWmHints *mwmHints);
H A Dadd_window.c502 MotifWmHints mwmHints; local in function:AddWindow
505 GetMWMHints(tmp_win->w, &mwmHints);
526 (mwm_has_border(&mwmHints) == 0) ||
558 if(mwm_sets_title(&mwmHints)) {
559 have_title = mwm_has_title(&mwmHints);

Completed in 5 milliseconds