mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Rename _strip_path to wlr_strip_path
since it's a public function
This commit is contained in:
parent
2e7d886254
commit
2688f6163f
3 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ extern const GLchar fragment_src_external[];
|
|||
|
||||
bool _gles2_flush_errors(const char *file, int line);
|
||||
#define gles2_flush_errors(...) \
|
||||
_gles2_flush_errors(_strip_path(__FILE__), __LINE__)
|
||||
_gles2_flush_errors(wlr_strip_path(__FILE__), __LINE__)
|
||||
|
||||
#define GL_CALL(func) func; gles2_flush_errors()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue