X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=382ab1df01794e33adaf1d7dc59dca931858a7fa;hb=1e47e17d08d72d181edc2bde598ad246055655ad;hp=a8d21458898deb4e9c433dead6e2a497ec4a677a;hpb=ccb58d37ee5539271c3595ed7b72a461434f428d;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index a8d21458..382ab1df 100644 --- a/src/client.hh +++ b/src/client.hh @@ -596,7 +596,7 @@ public: inline DecorationFlags disabledDecorations() const { return _disabled_decorations; } //! Returns the functions that the user can perform on the window - inline FunctionFlags funtions() const { return _functions; } + inline FunctionFlags functions() const { return _functions; } //! Return the client this window is transient for inline Client *transientFor() const { return _transient_for; }