Lines Matching defs:geo
205 EphyrBox geo;
243 memset (&geo, 0, sizeof (geo)) ;
244 geo.x = x ;
245 geo.y = y ;
246 geo.width = a_win->drawable.width ;
247 geo.height = a_win->drawable.height ;
248 hostx_set_window_geometry (pair->remote, &geo) ;
265 EphyrBox geo;
295 memset (&geo, 0, sizeof (geo)) ;
296 geo.x = a_x ;
297 geo.y = a_y ;
298 geo.width = a_win->drawable.width ;
299 geo.height = a_win->drawable.height ;
300 hostx_set_window_geometry (pair->remote, &geo) ;
890 EphyrBox geo ;
905 memset (&geo, 0, sizeof (geo)) ;
906 geo.x = a_win->drawable.x ;
907 geo.y = a_win->drawable.y ;
908 geo.width = a_win->drawable.width ;
909 geo.height = a_win->drawable.height ;
911 &geo, visual->vid, a_peer_win)) {