mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Wayland: remove bogus condition
Pointy hat: @sardemff7
This commit is contained in:
parent
b5cf8e90c9
commit
c151ad1bb2
@ -327,7 +327,7 @@ static void pointer_handle_button(void *data,
|
|||||||
{
|
{
|
||||||
wl->input.mouse.left = true;
|
wl->input.mouse.left = true;
|
||||||
|
|
||||||
if (BIT_GET(wl->input.key_state, KEY_LEFTALT) && wl->xdg_toplevel) {
|
if (BIT_GET(wl->input.key_state, KEY_LEFTALT)) {
|
||||||
if (wl->xdg_toplevel)
|
if (wl->xdg_toplevel)
|
||||||
xdg_toplevel_move(wl->xdg_toplevel, wl->seat, serial);
|
xdg_toplevel_move(wl->xdg_toplevel, wl->seat, serial);
|
||||||
else if (wl->zxdg_toplevel)
|
else if (wl->zxdg_toplevel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user