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

/xsrc/external/mit/libXt/dist/src/
H A DShell.c2362 WMShellWidget nwmshell = (WMShellWidget) new; local in function:WMSetValues
2364 Boolean set_prop = XtIsRealized(new) && !nwmshell->shell.override_redirect;
2367 EvaluateSizeHints(nwmshell);
2369 #define NEQ(f) (nwmshell->wm.size_hints.f != owmshell->wm.size_hints.f)
2377 #define NEQ(f) (nwmshell->wm.f != owmshell->wm.f)
2380 _SetWMSizeHints(nwmshell);
2384 if (nwmshell->wm.title != owmshell->wm.title) {
2386 if (!nwmshell->wm.title)
2387 nwmshell->wm.title = (_XtString) "";
2388 nwmshell
[all...]

Completed in 4 milliseconds