Searched refs:GEM_handle (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemevents.c | 92 if (!GEM_fullscreen && (GEM_handle>=0)) { in GEM_PumpEvents() 93 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2); in GEM_PumpEvents() 165 wind_set(GEM_handle,WF_NAME, in GEM_PumpEvents() 214 …wind_set(GEM_handle,WF_NAME,(short)(((unsigned long)GEM_icon_name)>>16),(short)(((unsigned long)GE… in do_messages() 227 …wind_set(GEM_handle,WF_NAME,(short)(((unsigned long)GEM_title_name)>>16),(short)(((unsigned long)G… in do_messages() 312 if ((!GEM_fullscreen) && (GEM_handle>=0)) { in do_mouse() 313 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2); in do_mouse()
|
D | SDL_gemvideo.c | 407 GEM_handle = -1; in GEM_VideoInit() 738 if ((old_win_type != GEM_win_type) || (GEM_handle < 0)) { in GEM_SetVideoMode() 759 if (GEM_handle >= 0) { in GEM_SetVideoMode() 760 wind_close(GEM_handle); in GEM_SetVideoMode() 761 wind_delete(GEM_handle); in GEM_SetVideoMode() 765 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2); in GEM_SetVideoMode() 766 if (GEM_handle<0) { in GEM_SetVideoMode() 773 printf("sdl:video:gem: handle=%d\n", GEM_handle); in GEM_SetVideoMode() 777 …wind_set(GEM_handle,WF_NAME,(short)(((unsigned long)GEM_title_name)>>16),(short)(((unsigned long)G… in GEM_SetVideoMode() 781 wind_open(GEM_handle,x2,y2,w2,h2); in GEM_SetVideoMode() [all …]
|
D | SDL_gemwm.c | 98 GEM_message[3] = GEM_handle; in GEM_IconifyWindow()
|
D | SDL_gemvideo.h | 123 #define GEM_handle (this->hidden->win_handle) macro
|