X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fframe.h;h=fd5adf748701d49f943ad5a743564f3136a3ea64;hp=e1b787fe8040ab47d32064e4496ff5a9f6cab1b6;hb=c38a756ae50616b1431e3137141189a5588654a0;hpb=7753be1cb69da2683258ba08d1395986e77bac4c diff --git a/openbox/frame.h b/openbox/frame.h index e1b787f..fd5adf7 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;