mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
X11: Don't use a client event as a wrapper for XMoveResizeWindow
Simply configure the window from here
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user