mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
X11: Don't use a client event as a wrapper for XMoveResizeWindow
Simply configure the window from here
This commit is contained in:
parent
ca97b10dda
commit
01ff85506d
4 changed files with 4 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue