summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-12 20:18:40 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-12 20:20:17 +0200
commitc275a2edf663431f43106ba7da11b9d2b9503981 (patch)
tree40a673d874a27b59731d4dd8c7138d4652a90162 /include/vcl/sysdata.hxx
parent639fc4988f43eaf7866f17095293cbf1de268ddb (diff)
Cosmetics
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx36
1 files changed, 1 insertions, 35 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 100854bc5a15..cd1f26ea81ce 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -51,10 +51,6 @@ typedef struct CGContext *CGContextRef;
#endif
#endif
-// -----------------
-// - SystemEnvData -
-// -----------------
-
struct SystemEnvData
{
unsigned long nSize; // size in bytes of this structure
@@ -72,7 +68,7 @@ struct SystemEnvData
void* pSalFrame; // contains a salframe, if object has one
void* pWidget; // the corresponding widget
void* pVisual; // the visual in use
- int nScreen; // the current screen of the window
+ int nScreen; // the current screen of the window
int nDepth; // depth of said visual
long aColormap; // the colormap being used
void* pAppContext; // the application context in use
@@ -81,10 +77,6 @@ struct SystemEnvData
#endif
};
-// --------------------
-// - SystemParentData -
-// --------------------
-
struct SystemParentData
{
unsigned long nSize; // size in bytes of this structure
@@ -103,10 +95,6 @@ struct SystemParentData
#endif
};
-// --------------------
-// - SystemMenuData -
-// --------------------
-
struct SystemMenuData
{
unsigned long nSize; // size in bytes of this structure
@@ -123,10 +111,6 @@ struct SystemMenuData
#endif
};
-// --------------------
-// - SystemGraphicsData -
-// --------------------
-
struct SystemGraphicsData
{
unsigned long nSize; // size in bytes of this structure
@@ -169,11 +153,6 @@ struct SystemGraphicsData
{ }
};
-
-// --------------------
-// - SystemWindowData -
-// --------------------
-
struct SystemWindowData
{
unsigned long nSize; // size in bytes of this structure
@@ -189,11 +168,6 @@ struct SystemWindowData
#endif
};
-
-// --------------------
-// - SystemGlyphData -
-// --------------------
-
struct SystemGlyphData
{
unsigned long index;
@@ -202,10 +176,6 @@ struct SystemGlyphData
int fallbacklevel;
};
-
-// --------------------
-// - SystemFontData -
-// --------------------
struct SystemFontData
{
unsigned long nSize; // size in bytes of this structure
@@ -238,10 +208,6 @@ struct SystemFontData
}
};
-// --------------------
-// - SystemTextLayoutData -
-// --------------------
-
typedef std::vector<SystemGlyphData> SystemGlyphDataVector;
struct SystemTextLayoutData