Home
last modified time | relevance | path

Searched defs:WindowRegion (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dctwm.h281 struct WindowRegion { struct
282 struct WindowRegion *next; argument
283 int x, y, w, h;
284 RegGravity grav1, grav2;
285 name_list *clientlist;
286 struct WindowEntry *entries;
H A Dtypes.h42 typedef struct WindowRegion WindowRegion; typedef
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp401 WndRegion Wnd::WindowRegion(const Pt& pt) const in WindowRegion() function in Wnd