Searched refs:SDL_Root (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11wm.c201 icon_pixmap = XCreatePixmap(SDL_Display, SDL_Root, sicon->w, sicon->h,
216 icon_window = XCreateSimpleWindow(SDL_Display, SDL_Root,
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
399 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child );
412 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &x, &y, &child );
425 XGetWindowAttributes( SDL_Display, SDL_Root, &attr );
H A DSDL_x11mouse.c104 data_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1);
112 mask_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1);
H A DSDL_x11video.c358 FSwindow = XCreateWindow(SDL_Display, SDL_Root,
374 ev.xclient.window = SDL_Root;
381 XSendEvent(SDL_Display, SDL_Root, False, mask, &ev);
393 WMwindow = XCreateWindow(SDL_Display, SDL_Root,
665 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
860 XSetTransientForHint(SDL_Display, WMwindow, SDL_Root);
984 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
992 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
1003 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
H A DSDL_x11modes.c225 XRRSetScreenConfig(SDL_Display, screen_config, SDL_Root,
321 XWarpPointer(SDL_Display, None, SDL_Root, 0, 0, 0, 0, x, y);
588 screen_config = XRRGetScreenInfo(SDL_Display, SDL_Root);
994 if ( XQueryTree(SDL_Display, SDL_Root, &tmpwin, &tmpwin,
1082 XRRSetScreenConfig(SDL_Display, screen_config, SDL_Root,
H A DSDL_x11video.h174 #define SDL_Root RootWindow(SDL_Display, SDL_Screen) macro
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.h121 #define SDL_Root RootWindow(SDL_Display, SDL_Screen) macro

Completed in 42 milliseconds