summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-27 03:59:25 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-27 04:34:35 +0100
commitc38a756ae50616b1431e3137141189a5588654a0 (patch)
treee5f18409a62a4a9ce9acdf756e280a87bf202b36 /openbox/frame.h
parent7753be1cb69da2683258ba08d1395986e77bac4c (diff)
Fix some typos and style in client.c, and add a comment.
Also moves a comment from many places into one place.
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index e1b787fe..fd5adf74 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -74,7 +74,7 @@ typedef enum {
/*! Display a button to toggle the window's placement on
all desktops */
OB_FRAME_DECOR_ALLDESKTOPS = 1 << 7,
- OB_FRAME_DECOR_SHADE = 1 << 8, /*!< Displays a shade button */
+ OB_FRAME_DECOR_SHADE = 1 << 8, /*!< Display a shade button */
OB_FRAME_DECOR_CLOSE = 1 << 9 /*!< Display a close button */
} ObFrameDecorations;