diff options
| author | oy <Tom_Adams@web.de> | 2012-03-04 12:46:55 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-24 17:25:55 +0100 |
| commit | 2a4af1573b385f1c30ce376eee1385581d42beab (patch) | |
| tree | 063e19c50895094adef5379eaaa1f8caa5ae8299 /src/engine/client/graphics_threaded.h | |
| parent | 38256d0d45ff929796cc85d0dfcb39242290f3ba (diff) | |
| download | zcatch-2a4af1573b385f1c30ce376eee1385581d42beab.tar.gz zcatch-2a4af1573b385f1c30ce376eee1385581d42beab.zip | |
auto adjust the screen resolution on first start. Closes #921
Diffstat (limited to 'src/engine/client/graphics_threaded.h')
| -rw-r--r-- | src/engine/client/graphics_threaded.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/graphics_threaded.h b/src/engine/client/graphics_threaded.h index f90f818d..d3ccc61e 100644 --- a/src/engine/client/graphics_threaded.h +++ b/src/engine/client/graphics_threaded.h @@ -302,7 +302,7 @@ public: INITFLAG_RESIZABLE = 4, }; - virtual int Init(const char *pName, int Width, int Height, int FsaaSamples, int Flags) = 0; + virtual int Init(const char *pName, int *Width, int *Height, int FsaaSamples, int Flags) = 0; virtual int Shutdown() = 0; virtual void Minimize() = 0; |