OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIMP_DeleteWindow
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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
, ®s, ®s);
SDL_riscosvideo.c
72
extern void
WIMP_DeleteWindow
(_THIS);
258
if (this->hidden->window_handle)
WIMP_DeleteWindow
(this);
Completed in 33 milliseconds