X11: Don't use a client event as a wrapper for XMoveResizeWindow

Simply configure the window from here
This commit is contained in:
Jasper St. Pierre
2013-07-21 01:01:11 -04:00
parent ca97b10dda
commit 01ff85506d
4 changed files with 4 additions and 29 deletions

View File

@ -43,8 +43,6 @@
namespace X11Utils
{
void SendClientEvent(Display *dpy, const char *message,
int data1, int data2, int data3, int data4);
void SendKeyEvent(Display *dpy, int key);
void SendButtonEvent(Display *dpy, int button, int x, int y, bool pressed);
void SendMotionEvent(Display *dpy, int x, int y);