Home
last modified time | relevance | path

Searched refs:ConfigureNotify (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11x11main.cpp87 case ConfigureNotify: in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp127 case ConfigureNotify: in main()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp219 case ConfigureNotify: in nextXEvent()
/external/libvncserver/x11vnc/
Duserinput.c3663 while (XCheckTypedWindowEvent(dpy, win, ConfigureNotify, &ev)) { in clear_win_events()
6169 if (type == ConfigureNotify) return "ConfigureNotify"; in Etype()
8325 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
8342 } else if (type == ConfigureNotify) { in read_events()
8399 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
8400 if (type != ConfigureNotify) fprintf(stderr, "root: skip %s for 0x%lx\n", Etype(type), w); in read_events()
8413 } else if (type == ConfigureNotify) { in read_events()
9326 if (type != ConfigureNotify) { in check_ncache()
9724 if (type == ConfigureNotify) { in check_ncache()
Dappshare.c1793 case ConfigureNotify: in monitor()
Dscan.c3235 } else if (XCheckTypedEvent(dpy, ConfigureNotify, &ev)) { in scan_display()
Dnox11.h258 #define ConfigureNotify 22 macro