mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
osd: allow clicking an osd item to focus the window
This commit is contained in:
parent
00f0a46ef7
commit
9197eb468a
9 changed files with 55 additions and 1 deletions
|
|
@ -52,6 +52,13 @@ struct lab_layer_surface *node_layer_surface_from_node(
|
|||
struct menuitem *node_menuitem_from_node(
|
||||
struct wlr_scene_node *wlr_scene_node);
|
||||
|
||||
/**
|
||||
* node_osd_item_from_node - return osd item struct from node
|
||||
* @wlr_scene_node: wlr_scene_node from which to return data
|
||||
*/
|
||||
struct osd_item *node_osd_item_from_node(
|
||||
struct wlr_scene_node *wlr_scene_node);
|
||||
|
||||
/**
|
||||
* node_try_ssd_button_from_node - return ssd_button or NULL from node
|
||||
* @wlr_scene_node: wlr_scene_node from which to return data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue