Home
last modified time | relevance | path

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

/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dview.h18 struct roots_view_interface { struct
19 void (*activate)(struct roots_view *view, bool active);
20 void (*move)(struct roots_view *view, double x, double y);
22 void (*move_resize)(struct roots_view *view, double x, double y,
24 bool (*want_scaling)(struct roots_view *view);
25 bool (*want_auto_maximize)(struct roots_view *view);
26 void (*maximize)(struct roots_view *view, bool maximized);
27 void (*set_fullscreen)(struct roots_view *view, bool fullscreen);
28 void (*close)(struct roots_view *view);
29 void (*for_each_surface)(struct roots_view *view,
[all …]