mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
xwayland/xwm: constify needles
This commit is contained in:
parent
dc7cc98cf2
commit
1cd53f54b7
1 changed files with 1 additions and 1 deletions
|
@ -2221,7 +2221,7 @@ void wlr_xwayland_surface_ping(struct wlr_xwayland_surface *surface) {
|
||||||
|
|
||||||
bool wlr_xwayland_or_surface_wants_focus(
|
bool wlr_xwayland_or_surface_wants_focus(
|
||||||
const struct wlr_xwayland_surface *xsurface) {
|
const struct wlr_xwayland_surface *xsurface) {
|
||||||
static enum atom_name needles[] = {
|
static const enum atom_name needles[] = {
|
||||||
NET_WM_WINDOW_TYPE_COMBO,
|
NET_WM_WINDOW_TYPE_COMBO,
|
||||||
NET_WM_WINDOW_TYPE_DND,
|
NET_WM_WINDOW_TYPE_DND,
|
||||||
NET_WM_WINDOW_TYPE_DROPDOWN_MENU,
|
NET_WM_WINDOW_TYPE_DROPDOWN_MENU,
|
||||||
|
|
Loading…
Reference in a new issue