mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
util: add wlr_ prefix to log symbols
This commit is contained in:
parent
ffc8780893
commit
7cbef15206
98 changed files with 631 additions and 629 deletions
|
|
@ -93,7 +93,7 @@ struct wlr_gles2_texture *get_gles2_texture_in_context(
|
|||
|
||||
void push_gles2_marker(const char *file, const char *func);
|
||||
void pop_gles2_marker(void);
|
||||
#define PUSH_GLES2_DEBUG push_gles2_marker(wlr_strip_path(__FILE__), __func__)
|
||||
#define PUSH_GLES2_DEBUG push_gles2_marker(_wlr_strip_path(__FILE__), __func__)
|
||||
#define POP_GLES2_DEBUG pop_gles2_marker()
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue