mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -05:00
Remove src/common/log.c
Use wlr_log() instead
This commit is contained in:
parent
20fd8f59a7
commit
82e47ac1f5
20 changed files with 28 additions and 65 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "config.h"
|
||||
#include "common/log.h"
|
||||
#include <wlr/util/log.h>
|
||||
#include "config/keybind.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "labwc.h"
|
||||
|
|
@ -12,7 +12,7 @@ xwl_nr_parents(struct view *view)
|
|||
int i = 0;
|
||||
|
||||
if (!s) {
|
||||
warn("(%s) no xwayland surface\n", __func__);
|
||||
wlr_log(WLR_ERROR, "no xwayland surface");
|
||||
return -1;
|
||||
}
|
||||
while (s->parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue