mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoOGL: Move X11 wxWidgets utilities to DolphinWX
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user