diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-18 22:57:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-18 22:57:28 +0000 |
| commit | 503638dbc681956c16c4418bcabe1493f682bde8 (patch) | |
| tree | a9d03178e535edd2b72582422ecb903e1420d0a0 /src | |
| parent | 781495e2eafd9dfe5592a2f5cefb905743208175 (diff) | |
typo!
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
