Home
last modified time | relevance | path

Searched refs:SDL_Root (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c201 icon_pixmap = XCreatePixmap(SDL_Display, SDL_Root, sicon->w, sicon->h, in X11_SetIcon()
216 icon_window = XCreateSimpleWindow(SDL_Display, SDL_Root, in X11_SetIcon()
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child ); in set_window_pos_nolock()
398 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child ); in X11_GetWindowPos()
411 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &x, &y, &child ); in is_window_visible()
424 XGetWindowAttributes( SDL_Display, SDL_Root, &attr ); in X11_IsWindowVisible()
DSDL_x11video.c359 FSwindow = XCreateWindow(SDL_Display, SDL_Root, in create_aux_windows()
377 ev.xclient.window = SDL_Root; in create_aux_windows()
384 XSendEvent(SDL_Display, SDL_Root, False, mask, &ev); in create_aux_windows()
396 WMwindow = XCreateWindow(SDL_Display, SDL_Root, in create_aux_windows()
682 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root, in X11_VideoInit()
881 XSetTransientForHint(SDL_Display, WMwindow, SDL_Root); in X11_SetSizeHints()
1004 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root, in X11_CreateWindow()
1012 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root, in X11_CreateWindow()
1023 SDL_XColorMap = XCreateColormap(SDL_Display, SDL_Root, in X11_CreateWindow()
DSDL_x11mouse.c104 data_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1); in X11_CreateWMCursor()
112 mask_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1); in X11_CreateWMCursor()
DSDL_x11modes.c242 XRRSetScreenConfig(SDL_Display, screen_config, SDL_Root, in set_best_resolution()
338 XWarpPointer(SDL_Display, None, SDL_Root, 0, 0, 0, 0, x, y); in move_cursor_to()
623 screen_config = XRRGetScreenInfo(SDL_Display, SDL_Root); in X11_GetVideoModes()
1026 if ( XQueryTree(SDL_Display, SDL_Root, &tmpwin, &tmpwin, in X11_EnterFullScreen()
1115 XRRSetScreenConfig(SDL_Display, screen_config, SDL_Root, in X11_LeaveFullScreen()
DSDL_x11video.h168 #define SDL_Root RootWindow(SDL_Display, SDL_Screen) macro