From bac6c2ddb5f10f430c0d63e37eab33a32ebb471f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 7 Feb 2002 15:13:19 +0000 Subject: added gnome functions --- src/Window.hh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Window.hh b/src/Window.hh index 77ca3f9..ad20c50 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.6 2002/01/20 02:12:52 fluxgen Exp $ +// $Id: Window.hh,v 1.7 2002/02/07 15:13:19 fluxgen Exp $ #ifndef _WINDOW_HH_ #define _WINDOW_HH_ @@ -262,7 +262,12 @@ private: enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; void createButton(int type, ButtonEventProc, ButtonEventProc, ButtonDrawProc); - Window findTitleButton(int type); + #ifdef GNOME + void updateGnomeAtoms(); + long getGnomeWindowState(); + #endif + + Window findTitleButton(int type); protected: //event callbacks static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); -- cgit v0.11.2