mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
GLX tweaks
This commit is contained in:
@@ -11,8 +11,8 @@ namespace boo
|
||||
extern PFNGLXGETVIDEOSYNCSGIPROC FglXGetVideoSyncSGI;
|
||||
extern PFNGLXWAITVIDEOSYNCSGIPROC FglXWaitVideoSyncSGI;
|
||||
|
||||
IGraphicsContext* _CGraphicsContextWaylandNew(IGraphicsContext::EGraphicsAPI api,
|
||||
IWindow* parentWindow);
|
||||
IGraphicsContext* _GraphicsContextWaylandNew(IGraphicsContext::EGraphicsAPI api,
|
||||
IWindow* parentWindow);
|
||||
|
||||
struct WindowWayland : IWindow
|
||||
{
|
||||
@@ -99,7 +99,7 @@ struct WindowWayland : IWindow
|
||||
|
||||
};
|
||||
|
||||
IWindow* _CWindowWaylandNew(const std::string& title)
|
||||
IWindow* _WindowWaylandNew(const std::string& title)
|
||||
{
|
||||
return new WindowWayland(title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user