mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-26 01:40:38 -05:00
Put damage tracking debugging behind a flag
This commit is contained in:
parent
e981cb8a1c
commit
667667505a
3 changed files with 49 additions and 6 deletions
4
server.h
4
server.h
|
|
@ -36,6 +36,10 @@ struct cg_server {
|
|||
#if CAGE_HAS_XWAYLAND
|
||||
struct wl_listener new_xwayland_surface;
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
bool debug_damage_tracking;
|
||||
#endif
|
||||
};
|
||||
|
||||
void set_window_title(struct cg_server *server, struct cg_view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue