- framebuffer: add possibility to force small windows

This commit is contained in:
svenhoefer
2013-05-10 10:31:46 +02:00
parent 7d5ecda6e5
commit 742cc81f46
2 changed files with 18 additions and 7 deletions

View File

@@ -146,8 +146,9 @@ class CFrameBuffer
unsigned int getStride() const; // size of a single line in the framebuffer (in bytes)
unsigned int getScreenWidth(bool real = false);
unsigned int getScreenHeight(bool real = false);
unsigned int getScreenWidthRel();
unsigned int getScreenHeightRel();
unsigned int getScreenPercentRel(bool force_small);
unsigned int getScreenWidthRel(bool force_small = false);
unsigned int getScreenHeightRel(bool force_small = false);
unsigned int getScreenX();
unsigned int getScreenY();