Remove out of date comment, cleanup.
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#ifndef LOW_LEVEL_WINDOW_H
|
#ifndef LOW_LEVEL_WINDOW_H
|
||||||
#define LOW_LEVEL_WINDOW_H
|
#define LOW_LEVEL_WINDOW_H
|
||||||
|
|
||||||
/* This handles low-level operations that OGL 1.x doesn't give us. Normally,
|
/* This handles low-level operations that OGL 1.x doesn't give us. */
|
||||||
* we use SDL. Note that not all SDL operations go here; however, nothing
|
|
||||||
* outside of this can assume that SDL has VIDEO initialized. */
|
|
||||||
|
|
||||||
#include "RageDisplay.h" // for RageDisplay::VideoModeParams
|
#include "RageDisplay.h" // for RageDisplay::VideoModeParams
|
||||||
|
|
||||||
@@ -12,7 +10,7 @@ class LowLevelWindow
|
|||||||
public:
|
public:
|
||||||
virtual ~LowLevelWindow() { }
|
virtual ~LowLevelWindow() { }
|
||||||
|
|
||||||
virtual void *GetProcAddress(CString s) = 0;
|
virtual void *GetProcAddress( CString s ) = 0;
|
||||||
|
|
||||||
// Return "" if mode change was successful, otherwise an error message.
|
// Return "" if mode change was successful, otherwise an error message.
|
||||||
// bNewDeviceOut is set true if a new device was created and textures
|
// bNewDeviceOut is set true if a new device was created and textures
|
||||||
|
|||||||
Reference in New Issue
Block a user