Home
last modified time | relevance | path

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

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