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,
364 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
397 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child );
410 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &x, &y, &child );
423 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);