Return to compilable state (.h still breaks arch.o however)

This commit is contained in:
Ben Anderson
2005-12-02 00:05:29 +00:00
parent 11e5aeb8b9
commit 58eb9115db
2 changed files with 3 additions and 1 deletions
@@ -4,6 +4,7 @@
#include "RageException.h"
#include "archutils/Unix/X11Helper.h"
#include "PrefsManager.h" // XXX
#include "RageDisplay.h" // VideoModeParams
#include <stack>
#include <math.h> // ceil()
@@ -3,6 +3,7 @@
#ifndef LOW_LEVEL_WINDOW_X11_H
#define LOW_LEVEL_WINDOW_X11_H
#include "RageDisplay.h" // VideoModeParams
#include "LowLevelWindow.h"
class LowLevelWindow_X11 : public LowLevelWindow
@@ -12,7 +13,7 @@ public:
~LowLevelWindow_X11();
void *GetProcAddress(CString s);
CString TryVideoMode(VideoModeParams p, bool &bNewDeviceOut);
CString TryVideoMode(const VideoModeParams &p, bool &bNewDeviceOut);
bool IsSoftwareRenderer( CString &sError );
void SwapBuffers();