X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=platform%2Fplatform.h;h=2a7e8053b8e7b854adda0a428c66b4f51e424c2f;hb=dee4ad31f890ac2ec4980df444d12c3c2a4a8b92;hp=f261bb6bbf40e12347c230d53a31d07d7216cdf4;hpb=68882cd135395450b1bcb25d2e1765d34ac0cfbb;p=drnoksnes diff --git a/platform/platform.h b/platform/platform.h index f261bb6..2a7e805 100644 --- a/platform/platform.h +++ b/platform/platform.h @@ -30,8 +30,13 @@ extern struct config { } Config; // Video +extern struct gui { + /** Size of the GUI Window */ + unsigned short Width, Height; + /** Size of the rendering area, relative to window. 2x if Xsp on. */ + unsigned short RenderX, RenderY, RenderW, RenderH; +} GUI; void S9xVideoToggleFullscreen(); -void S9xVideoGetWindowSize(unsigned int * w, unsigned int * h); void S9xVideoOutputFocus(bool hasFocus); // Audio output