summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index 57bf757..9ea5ab9 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -28,6 +28,12 @@ class Config
public:
char* imgBackground;
char* kbdImage;
+ char* crsImage;
+
+ int idXOffset;
+ int idYOffset;
+ int idFontSize;
+
int clientOffset;
int windowBarHeight;
int resizeBarHeight;