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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 186 } else if ( video->MoveWMCursor ) {
334 } else if ( video->MoveWMCursor ) {
335 video->MoveWMCursor(video, x, y);
SDL_sysvideo.h 256 void (*MoveWMCursor)(_THIS, int x, int y);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 125 this->MoveWMCursor = GS_MoveWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 145 device->MoveWMCursor = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 121 device->MoveWMCursor = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 147 device->MoveWMCursor = QZ_MoveWMCursor;
    [all...]

Completed in 75 milliseconds