diff options
Diffstat (limited to 'geometrymanager.h')
-rw-r--r-- | geometrymanager.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/geometrymanager.h b/geometrymanager.h index ecd31b9..c0433d4 100644 --- a/geometrymanager.h +++ b/geometrymanager.h @@ -4,17 +4,17 @@ class cGeometryManager {
private:
public:
- cGeometryManager(void);
- ~cGeometryManager();
- bool SetGeometry(int osdWidth, int osdHeight, bool force = false);
+ cGeometryManager(void);
+ ~cGeometryManager();
+ bool SetGeometry(int osdWidth, int osdHeight, bool force = false);
//Common
- int osdWidth;
- int osdHeight;
- int statusHeaderHeight;
+ int osdWidth;
+ int osdHeight;
+ int statusHeaderHeight;
int tvFrameWidth;
int headerContentWidth;
//ChannelGroups
- int channelGroupsWidth;
+ int channelGroupsWidth;
int channelGroupsHeight;
//ContentHeader
int channelHeaderWidth;
@@ -51,4 +51,4 @@ public: int channelJumpHeight;
};
-#endif //__TVGUIDE_GEOMETRYMANAGER_H
\ No newline at end of file +#endif //__TVGUIDE_GEOMETRYMANAGER_H
|