summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2015-10-31 09:29:04 +0100
committerChristoph Lohmann2015-10-31 09:29:04 +0100
commite2aa03e6b71436e1c9207b01777baa16b7a00ea5 (patch)
treed131540622f459893c7c6b0e2bedae0ad578f615 /st.c
parentf56c58a968c1b3ddae76864bc9e27e5b9cc055c4 (diff)
downloadst-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.tar.gz
st-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.tar.xz
st-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.zip
Now the Shortcuts are more consistent.
Keep the debile happy.
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.c b/st.c
index b2a4fff..386e6c0 100644
--- a/st.c
+++ b/st.c
@@ -275,7 +275,7 @@ typedef struct {
uint b;
uint mask;
char *s;
-} Mousekey;
+} MouseShortcut;
typedef struct {
KeySym k;
@@ -944,7 +944,7 @@ void
bpress(XEvent *e)
{
struct timespec now;
- Mousekey *mk;
+ MouseShortcut *mk;
if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forceselmod)) {
mousereport(e);