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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 134 int use_xrandr; member in struct:SDL_PrivateVideoData
197 #define use_xrandr (this->hidden->use_xrandr) macro
SDL_x11modes.c 203 if ( use_xrandr && SDL_modelist ) {
284 if ( use_xrandr ) {
534 use_xrandr = 0;
658 use_xrandr = xrandr_major * 100 + xrandr_minor;
666 if ( !use_xrandr &&
865 if ( use_xrandr ) {
    [all...]

Completed in 439 milliseconds