Searched defs:motif_hints (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1005 PropMotifWmHints motif_hints; local
1009 motif_hints.flags = MWM_HINTS_DECORATIONS;
1010 motif_hints.decorations = 0; /* Turn off all decorations */
1021 (unsigned char *) &motif_hints, /* data */
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c530 PropMotifWmHints motif_hints; local
534 motif_hints.flags = MWM_HINTS_DECORATIONS;
535 motif_hints.decorations = 0;
546 (unsigned char *) &motif_hints, PROP_MOTIF_WM_HINTS_ELEMENTS);

Completed in 45 milliseconds