1
0
Fork 0
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:
Yuxuan Shui 2019-01-27 17:45:38 +00:00
parent 6c6dd6ad7d
commit 290ec7fb04
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

@ -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