mirror of
https://github.com/labwc/labwc.git
synced 2026-02-14 04:28:07 -05:00
ssd: Add debug helpers
This commit is contained in:
parent
957d9e5926
commit
74fb769758
3 changed files with 46 additions and 22 deletions
|
|
@ -205,4 +205,9 @@ void ssd_extents_destroy(struct ssd *ssd);
|
|||
struct border ssd_thickness(struct view *view);
|
||||
struct wlr_box ssd_max_extents(struct view *view);
|
||||
|
||||
/* SSD debug helpers */
|
||||
bool ssd_debug_is_root_node(const struct ssd *ssd, struct wlr_scene_node *node);
|
||||
const char *ssd_debug_get_node_name(const struct ssd *ssd,
|
||||
struct wlr_scene_node *node);
|
||||
|
||||
#endif /* __LABWC_SSD_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue