mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Small cleanups
This commit is contained in:
parent
136a9db13f
commit
098e62067e
@ -134,7 +134,8 @@ void x11_move_window(Display *dpy, Window win, int x, int y,
|
||||
{
|
||||
XEvent xev = {0};
|
||||
|
||||
XA_NET_MOVERESIZE_WINDOW = XInternAtom(dpy, "_NET_MOVERESIZE_WINDOW", False);
|
||||
XA_NET_MOVERESIZE_WINDOW = XInternAtom(dpy,
|
||||
"_NET_MOVERESIZE_WINDOW", False);
|
||||
|
||||
xev.xclient.type = ClientMessage;
|
||||
xev.xclient.send_event = True;
|
||||
|
Loading…
x
Reference in New Issue
Block a user