Searched defs:winhandle (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c103 static void refresh_window(_THIS, int winhandle, short *rect);
1147 void GEM_wind_redraw(_THIS, int winhandle, short *inside) argument
1157 if (wind_get(winhandle, WF_FIRSTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])!=0) {
1164 refresh_window(this, winhandle, todo);
1167 if (wind_get(winhandle, WF_NEXTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])==0) {
1180 static void refresh_window(_THIS, int winhandle, short *rect) argument
1190 if (wind_get(winhandle, WF_ICONIFY, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])!=0) {
1195 if (wind_get(winhandle, WF_WORKXYWH, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])==0) {

Completed in 57 milliseconds