summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:12:08 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:12:08 +0100
commit638b0ed001b595f1303239092ffddaa9c29078e0 (patch)
tree44f0c236862a22a880205a64f299b96a04d80674 /src/data.h
parentf34153a2f385818c3820b37c20cde4e1054ccce1 (diff)
downloadratpoison-638b0ed001b595f1303239092ffddaa9c29078e0.zip
Style nits, typo and non-existing functions.
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.h b/src/data.h
index a8651c6..1e640e7 100644
--- a/src/data.h
+++ b/src/data.h
@@ -166,7 +166,7 @@ struct rp_screen
GC normal_gc, inverse_gc;
Window root, bar_window, key_window, input_window, frame_window, help_window;
int bar_is_raised;
- int screen_num; /* Our screen number as dictated my X */
+ int screen_num; /* Our screen number as dictated by X */
Colormap def_cmap;
Cursor rat;