aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-07 15:13:19 (GMT)
committerfluxgen <fluxgen>2002-02-07 15:13:19 (GMT)
commitbac6c2ddb5f10f430c0d63e37eab33a32ebb471f (patch)
tree0c0e3c65337c0d2d43307719004c058d70b590dc
parentaa25d549c03ee1569b2b9fa1198fb0d0de090ff1 (diff)
downloadfluxbox-bac6c2ddb5f10f430c0d63e37eab33a32ebb471f.zip
fluxbox-bac6c2ddb5f10f430c0d63e37eab33a32ebb471f.tar.bz2
added gnome functions
-rw-r--r--src/Window.hh9
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.6 2002/01/20 02:12:52 fluxgen Exp $ 25// $Id: Window.hh,v 1.7 2002/02/07 15:13:19 fluxgen Exp $
26 26
27#ifndef _WINDOW_HH_ 27#ifndef _WINDOW_HH_
28#define _WINDOW_HH_ 28#define _WINDOW_HH_
@@ -262,7 +262,12 @@ private:
262 enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; 262 enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE };
263 263
264 void createButton(int type, ButtonEventProc, ButtonEventProc, ButtonDrawProc); 264 void createButton(int type, ButtonEventProc, ButtonEventProc, ButtonDrawProc);
265 Window findTitleButton(int type); 265 #ifdef GNOME
266 void updateGnomeAtoms();
267 long getGnomeWindowState();
268 #endif
269
270 Window findTitleButton(int type);
266protected: 271protected:
267 //event callbacks 272 //event callbacks
268 static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); 273 static void stickyButton_cb(FluxboxWindow *, XButtonEvent *);