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

  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.h 44 pghandle wApp, wCanvas; /* PicoGUI widgets */
SDL_pgvideo.c 161 this->hidden->wApp = pgRegisterApp(PG_APP_NORMAL,"SDL",0);
334 pgDelete(this->hidden->wApp);
340 pgReplaceText(this->hidden->wApp, title);
SDL_pgevents.c 107 pgBind(this->hidden->wApp, PG_WE_CLOSE, &PG_HandleClose, NULL);

Completed in 163 milliseconds