typo!
This commit is contained in:
parent
781495e2ea
commit
503638dbc6
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue