mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-30 20:34:19 +01:00
Fix DEBUG logs printed when level is set to ERROR
This commit is contained in:
parent
99ef3d5b2e
commit
da59787f4a
1 changed files with 1 additions and 1 deletions
|
@ -59,8 +59,8 @@ uint32_t liftoff_layer_get_plane_id(struct liftoff_layer *layer);
|
|||
|
||||
enum liftoff_log_importance {
|
||||
LIFTOFF_SILENT,
|
||||
LIFTOFF_DEBUG,
|
||||
LIFTOFF_ERROR,
|
||||
LIFTOFF_DEBUG,
|
||||
};
|
||||
|
||||
typedef void (*liftoff_log_func)(enum liftoff_log_importance importance,
|
||||
|
|
Loading…
Add table
Reference in a new issue