HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Root (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 201 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 );
SDL_x11mouse.c 104 data_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1);
112 mask_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1);
SDL_x11video.c 358 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,
    [all...]
SDL_x11video.h 174 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
SDL_x11modes.c 225 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,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 121 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)

Completed in 321 milliseconds