Home
last modified time | relevance | path

Searched refs:DestroyNotify (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11x11main.cpp83 if(event.type == DestroyNotify) in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp123 if(event.type == DestroyNotify) in main()
/external/libvncserver/x11vnc/
Dmacosx.c464 mac_events[i].type = DestroyNotify; in macosx_add_destroy()
511 } else if (mac_events[i].type == DestroyNotify) { in macosx_checkevent()
512 ev->type = DestroyNotify; in macosx_checkevent()
Dappshare.c1837 case DestroyNotify: in monitor()
Duserinput.c6164 if (type == DestroyNotify) return "DestroyNotify"; in Etype()
8319 if (type == DestroyNotify) w = Ev[n].xcreatewindow.window; in read_events()
8395 if (type == DestroyNotify) w = Ev[n].xdestroywindow.window; in read_events()
8409 } else if (type == DestroyNotify) { in read_events()
10159 } else if (type == DestroyNotify) { in check_ncache()
Dnox11.h253 #define DestroyNotify 17 macro