mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Moved X11Utils into UICommon.
This commit is contained in:
parent
7cc5604a2c
commit
6a89cf0201
8 changed files with 9 additions and 10 deletions
|
@ -168,7 +168,7 @@ void Host_YieldToUI()
|
|||
|
||||
#if HAVE_X11
|
||||
#include <X11/keysym.h>
|
||||
#include "DolphinWX/X11Utils.h"
|
||||
#include "UICommon/X11Utils.h"
|
||||
|
||||
class PlatformX11 : public Platform
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue