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

/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp127 static Atom aHints = 0; variable
549 aHints = XInternAtom( x_disp, "_MOTIF_WM_HINTS", 0 );
550 if (aHints == None)
558 XChangeProperty( x_disp, win, aHints, aHints, 32, PropModeReplace, (unsigned char *)&hints, 4 );
H A Dvid_sunxil.cpp141 static Atom aHints = NULL; variable
364 aHints = XInternAtom( x_disp, "_MOTIF_WM_HINTS", 0 );
365 if (aHints == None) {
372 XChangeProperty( x_disp, win, aHints, aHints, 32, PropModeReplace, (unsigned char *)&hints, 4 );

Completed in 74 milliseconds