VideoOGL: Move X11 wxWidgets utilities to DolphinWX

This commit is contained in:
Lioncash
2014-11-24 20:26:33 -05:00
parent 60e9301f40
commit c0fd319295
7 changed files with 12 additions and 8 deletions

View File

@ -101,7 +101,7 @@ void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
#if HAVE_X11
#include <X11/keysym.h>
#include "VideoBackends/OGL/GLInterface/X11Utils.h"
#include "DolphinWX/X11Utils.h"
class PlatformX11 : public Platform
{