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

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h 50 unsigned int window_handle; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 260 if (this->hidden->window_handle) WIMP_DeleteWindow(this);
298 this->hidden->window_handle = window_data[0] = regs.r[0];
304 WIMP_SetFocus(this->hidden->window_handle);
311 return this->hidden->window_handle;
319 regs.r[1] = (unsigned int)&(this->hidden->window_handle);
321 this->hidden->window_handle = 0;
332 update_block[0] = this->hidden->window_handle;
396 if (block[0] == (int)this->hidden->window_handle)
402 regs.r[0] = this->hidden->window_handle;
417 regs.r[0] = this->hidden->window_handle;
    [all...]
SDL_riscossprite.c 224 window_state[0] = this->hidden->window_handle;
252 regs.r[0] = this->hidden->window_handle;
SDL_wimppoll.c 101 int sdlWindow = this->hidden->window_handle;
323 if (current_video && current_video->hidden->window_handle)
SDL_riscosmouse.c 232 window_state[0] = this->hidden->window_handle;
284 *((int *)window_state) = this->hidden->window_handle;
SDL_riscosvideo.c 258 if (this->hidden->window_handle) WIMP_DeleteWindow(this);
296 info->window = this->hidden->window_handle;
SDL_riscosevents.c 287 window_state[0] = this->hidden->window_handle;

Completed in 126 milliseconds