Home
last modified time | relevance | path

Searched refs:DesktopLayout (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/deforaos-browser/Browser-0.5.1/include/Browser/
H A Ddesktop.h66 } DesktopLayout; typedef
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmmgr.h296 struct DesktopLayout { struct
301 DesktopLayout(int o, int c, int r, int k) : in DesktopLayout() argument
305 const DesktopLayout& layout() const { return fLayout; } in layout()
388 DesktopLayout fLayout;
H A Dwmmgr.cc2661 fLayout = (DesktopLayout) { orient, cols, rows, corner, }; in readDesktopLayout()
/dports/x11-fm/deforaos-browser/Browser-0.5.1/src/
H A Ddesktop.h77 int desktop_set_layout(Desktop * desktop, DesktopLayout layout);
H A Ddesktop.c373 DesktopLayout layout; in _on_message()
965 int desktop_set_layout(Desktop * desktop, DesktopLayout layout) in desktop_set_layout()