Home
last modified time | relevance | path

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

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Ddock.h28 typedef struct WDock { struct
29 WScreen *screen_ptr;
30 int x_pos, y_pos; /* position of the first icon */
32 WAppIcon **icon_array; /* array of docked icons */
33 int max_icons;
35 int icon_count;
61 } WDock; argument
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Ddock.h28 typedef struct WDock { struct
29 WScreen *screen_ptr;
30 int x_pos, y_pos; /* position of the first icon */
32 WAppIcon **icon_array; /* array of docked icons */
33 int max_icons;
35 int icon_count;
61 } WDock; argument
/dports/x11-wm/pwm/pwm-20070720/
H A Ddock.h31 } WDock; typedef