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

  /external/qemu/distrib/sdl-1.2.15/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 );
398 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child );
411 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &x, &y, &child );
424 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 359 FSwindow = XCreateWindow(SDL_Display, SDL_Root,
377 ev.xclient.window = SDL_Root;
384 XSendEvent(SDL_Display, SDL_Root, False, mask, &ev);
396 WMwindow = XCreateWindow(SDL_Display, SDL_Root,
682 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
881 XSetTransientForHint(SDL_Display, WMwindow, SDL_Root);
1004 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
1012 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
1023 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root,
    [all...]
SDL_x11video.h 168 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
SDL_x11modes.c 242 XRRSetScreenConfig(SDL_Display, screen_config, SDL_Root,
338 XWarpPointer(SDL_Display, None, SDL_Root, 0, 0, 0, 0, x, y);
623 screen_config = XRRGetScreenInfo(SDL_Display, SDL_Root);
1026 if ( XQueryTree(SDL_Display, SDL_Root, &tmpwin, &tmpwin
    [all...]

Completed in 74 milliseconds