Use WLR_PRIVATE for private fields

This commit is contained in:
Kirill Primak 2024-10-05 11:37:22 +03:00
parent e51ce333bc
commit 6006023a37
35 changed files with 262 additions and 249 deletions

View file

@ -53,9 +53,9 @@ struct wlr_renderer {
bool timeline;
} features;
// private state
const struct wlr_renderer_impl *impl;
struct {
const struct wlr_renderer_impl *impl;
} WLR_PRIVATE;
};
/**