all repos — openbox @ 503638dbc681956c16c4418bcabe1493f682bde8

openbox fork - make it a bit more like ryudo

typo!
Dana Jansens danakj@orodu.net
commit

503638dbc681956c16c4418bcabe1493f682bde8

parent

781495e2eafd9dfe5592a2f5cefb905743208175

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/client.hhsrc/client.hh

@@ -596,7 +596,7 @@ //! client

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; }