ssd: Add debug helpers

This commit is contained in:
John Lindgren 2022-11-26 16:13:09 -05:00
parent 9341bd5c57
commit a6fd4e9475
3 changed files with 46 additions and 22 deletions

View file

@ -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 */