summaryrefslogtreecommitdiffstats
path: root/src/x.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-15 14:12:44 +0100
committerSimon Rettberg2017-12-15 14:12:44 +0100
commit024855948c923bd40ffaf526c1300dd8c0377698 (patch)
treea737e0a84e0b9f817bd67819f4bbaa39720a09cb /src/x.h
parentOLDSRC WEG! (diff)
downloadbeamergui-024855948c923bd40ffaf526c1300dd8c0377698.tar.gz
beamergui-024855948c923bd40ffaf526c1300dd8c0377698.tar.xz
beamergui-024855948c923bd40ffaf526c1300dd8c0377698.zip
Update to CMAKE, fix timeout dialog on Qt5, fix menu getting covered by window
Diffstat (limited to 'src/x.h')
-rw-r--r--src/x.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/x.h b/src/x.h
index 855a05c..4ca54a1 100644
--- a/src/x.h
+++ b/src/x.h
@@ -87,8 +87,9 @@ namespace X
///////////////////////////////////////////////////////////////////////////
- struct XElement
+ class XElement
{
+ public:
XElement(XID = 0);
XID _id;
bool _validity;
@@ -100,8 +101,9 @@ namespace X
///////////////////////////////////////////////////////////////////////////
- struct Mode : public XElement
+ class Mode : public XElement
{
+ public:
Mode(XRRModeInfo* = NULL);
// Xlib internal stuff