mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GLX: Don't depend on Core or VideoCommon
This commit is contained in:
parent
01ed925fec
commit
72249b8085
@ -5,9 +5,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "Common/GL/GLInterface/GLX.h"
|
||||
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||||
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||||
|
@ -5,10 +5,7 @@
|
||||
#include "Common/Thread.h"
|
||||
#include "Common/GL/GLInterfaceBase.h"
|
||||
#include "Common/GL/GLInterface/X11_Util.h"
|
||||
|
||||
#include "Core/Host.h"
|
||||
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
void cX11Window::Initialize(Display *_dpy)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user