- removed deprecated version.h
- cleaned up window title - cleaned up emu_window_glfw/emu_window
This commit is contained in:
parent
d0674cc98b
commit
5da03e821e
10 changed files with 72 additions and 100 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
/// Releases (dunno if this is the "right" word) the GLFW context from the caller thread
|
||||
void DoneCurrent();
|
||||
|
||||
GLFWwindow* render_window_; ///< Internal GLFW render window
|
||||
GLFWwindow* m_render_window; ///< Internal GLFW render window
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue