Small cleanups

This commit is contained in:
twinaphex 2018-11-26 13:37:35 +01:00
parent 136a9db13f
commit 098e62067e
2 changed files with 6 additions and 5 deletions

View File

@ -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;