X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=fd5adf748701d49f943ad5a743564f3136a3ea64;hb=22a88cfe99d897dc7d3be7b53b954f6cdfa250c6;hp=e1b787fe8040ab47d32064e4496ff5a9f6cab1b6;hpb=1ef0d8eb53fcae52afbae74310fbef0cac729951;p=chaz%2Fopenbox 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;