mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
util: add wlr_ prefix to log symbols
This commit is contained in:
parent
ffc8780893
commit
7cbef15206
98 changed files with 631 additions and 629 deletions
|
|
@ -114,7 +114,7 @@ static int xwm_handle_selection_property_notify(struct wlr_xwm *xwm,
|
|||
int xwm_handle_selection_event(struct wlr_xwm *xwm,
|
||||
xcb_generic_event_t *event) {
|
||||
if (xwm->seat == NULL) {
|
||||
wlr_log(L_DEBUG, "not handling selection events: "
|
||||
wlr_log(WLR_DEBUG, "not handling selection events: "
|
||||
"no seat assigned to xwayland");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue