summaryrefslogtreecommitdiff
path: root/src/color.h
diff options
context:
space:
mode:
authorBrett Weiland <techcrazybsw@gmail.com>2020-08-06 21:58:14 -0500
committerBrett Weiland <techcrazybsw@gmail.com>2020-08-06 21:58:14 -0500
commitb6c997706d8d2e70902dc6312215beef28b402a4 (patch)
tree30e63fd4344f88830b9f5428dac18449d15721c7 /src/color.h
parent40ac18e27b2d1f96286b5d9a68761d226749c08f (diff)
modified: src/color.cHEADmaster
modified: src/color.h
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/color.h b/src/color.h
index ac81a01..388e703 100644
--- a/src/color.h
+++ b/src/color.h
@@ -3,6 +3,7 @@
#define X_ENTER_KEY 36
#define X_BACKSPACE 22
#define X_ESCAPE_KEY 9
+#define X_SHIFT_KEY 36
#define X_Q_KEY 24
#define X_W_KEY 25
@@ -18,7 +19,7 @@ typedef struct {
Window window;
Display *display;
Colormap colormap;
- XColor background;
+ XColor *background;
XColor foreground;
unsigned int channel_step;
} update_info;