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

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 65 void WIMP_DeleteWindow(_THIS);
260 if (this->hidden->window_handle) WIMP_DeleteWindow(this);
307 WIMP_DeleteWindow(this);
316 void WIMP_DeleteWindow(_THIS)
320 _kernel_swi(Wimp_DeleteWindow, &regs, &regs);
SDL_riscosvideo.c 72 extern void WIMP_DeleteWindow(_THIS);
258 if (this->hidden->window_handle) WIMP_DeleteWindow(this);

Completed in 105 milliseconds