Home
last modified time | relevance | path

Searched refs:MapNotify (Results 1 – 8 of 8) sorted by relevance

/external/libvncserver/x11vnc/
Dmacosx.c433 mac_events[i].type = MapNotify; in macosx_add_mapnotify()
517 } else if (mac_events[i].type == MapNotify) { in macosx_checkevent()
518 ev->type = MapNotify; in macosx_checkevent()
Duserinput.c6166 if (type == MapNotify) return "MapNotify"; in Etype()
8323 if (type == MapNotify) w = Ev[n].xmap.window; in read_events()
8386 } else if (type == MapNotify) { in read_events()
8397 if (type == MapNotify) w = Ev[n].xmap.window; in read_events()
8439 } else if (type == MapNotify) { in read_events()
9970 } else if (type == MapNotify) { in check_ncache()
Dappshare.c1809 case MapNotify: in monitor()
Dscan.c3229 } else if (XCheckTypedEvent(dpy, MapNotify, &ev)) { in scan_display()
Dnox11.h255 #define MapNotify 19 macro
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c136 if (e.type == MapNotify && e.xmap.window == win) { in graw_create_window_and_screen()
/external/deqp/framework/platform/X11/
DtcuX11.cpp190 eventType = MapNotify; in setVisibility()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp325 } while(evt.type != MapNotify); in mapWindowAndWait()