Home | History | Annotate | Download | only in gem

Lines Matching defs:h2

82 		short x2,y2,w2,h2;
86 x2=y2=w2=h2 = 0;
90 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
99 mouse_event,x2,y2,w2,h2,
172 short x2,y2,w2,h2;
229 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
232 SDL_PrivateResize(w2, h2);
249 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
251 SDL_PrivateResize(w2, h2);
296 short x2, y2, w2, h2;
306 h2 = VDI_h;
308 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
311 if ((mx<x2) || (mx>=x2+w2) || (my<y2) || (my>=y2+h2)) {
333 if (posy>h2) posy = h2-1;