Searched refs:aWMDelete (Results 1 – 2 of 2) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | vid_sunxil.cpp | 142 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()
|
D | vid_sunx.cpp | 128 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()
|