Moved X11Utils into UICommon.

This commit is contained in:
Vlad Firoiu
2016-05-05 19:43:38 -04:00
parent 7cc5604a2c
commit 6a89cf0201
8 changed files with 9 additions and 10 deletions

View File

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