X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.h;h=8135a329d4e53b654dcd1dd65fd37208cd1c9811;hb=89563281384c34886fb12b169d1bdf8d293f0b48;hp=eae8bcff544f1901a42811711d11ac9489e684cb;hpb=4602d87180951a4b7a40283a2fb77f31cad4d789;p=chaz%2Fopenbox diff --git a/src/openbox.h b/src/openbox.h index eae8bcff..8135a329 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -172,6 +172,8 @@ public: inline const unsigned long &getCacheMax() const { return resource.cache_max; } + inline OpenboxWindow *getMaskedWindow() const + { return masked_window; } inline void maskWindowEvents(Window w, OpenboxWindow *bw) { masked = w; masked_window = bw; } inline void setNoFocus(Bool f) { no_focus = f; }