diff options
Diffstat (limited to 'src/monmon.hh')
| -rw-r--r-- | src/monmon.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/monmon.hh b/src/monmon.hh index e41be5b..05d58a5 100644 --- a/src/monmon.hh +++ b/src/monmon.hh @@ -11,10 +11,14 @@ #include "poll_looper.hh" #include "x.hh" +class Args; + class MonMon : protected virtual Animator::Observer { public: virtual ~MonMon(); + virtual bool connect(Args const* args) = 0; + void init(x::shared_connection const& conn, xcb_screen_t const* screen, x::Format format, std::shared_ptr<x::Atoms> const& atoms, std::shared_ptr<x::Ewmh> const& ewmh, |
