Home
last modified time | relevance | path

Searched refs:ClockGeom (Results 1 – 2 of 2) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/
H A Dwidgets.c52 extern struct Geometry ClockGeom, MapGeom;
300 diff= MapGeom.height - ClockGeom.height +
304 dx = (MapGeom.width - ClockGeom.width)/2;
308 dx = MapGeom.width - ClockGeom.width;
311 dx = MapGeom.width - ClockGeom.width;
2205 Context->geom = ClockGeom; in activateOption()
H A Dsunclock.c346 struct Geometry ClockGeom = { 0, 30, 30, 128, 64, 48, 24 }; variable
844 Geom = (Context->wintype)? &MapGeom : &ClockGeom;
1407 getGeom(*++argv, &ClockGeom);
2640 Context->geom = ClockGeom;
5209 Context->geom.width = ClockGeom.width;
5210 Context->geom.height = ClockGeom.height;
5910 ClockGeom.width = w;
5911 ClockGeom.height = h;