mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
Don't pretend that we have glStringMarker
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
6c6dd6ad7d
commit
290ec7fb04
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ struct log_target *glx_string_marker_logger_new(void) {
|
|||
|
||||
#else
|
||||
struct log_target *glx_string_marker_logger_new(void) {
|
||||
return null_logger_new();
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue