Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dvid_sunxil.cpp142 static Atom aWMDelete = NULL; variable
351 aWMDelete = XInternAtom( x_disp, "WM_DELETE_WINDOW", False ); in VID_SetWindowTitle()
352 XSetWMProtocols( x_disp, win, &aWMDelete, 1 ); in VID_SetWindowTitle()
897 if (x_event.xclient.data.l[0] == aWMDelete) Host_Quit_f(); in GetEvent()
Dvid_sunx.cpp128 static Atom aWMDelete = 0; variable
536 aWMDelete = XInternAtom( x_disp, "WM_DELETE_WINDOW", False ); in VID_SetWindowTitle()
537 XSetWMProtocols( x_disp, win, &aWMDelete, 1 ); in VID_SetWindowTitle()
979 if (x_event.xclient.data.l[0] == aWMDelete) Host_Quit_f(); in GetEvent()