diff options
author | fluxgen <fluxgen> | 2002-02-07 15:13:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-07 15:13:19 (GMT) |
commit | bac6c2ddb5f10f430c0d63e37eab33a32ebb471f (patch) | |
tree | 0c0e3c65337c0d2d43307719004c058d70b590dc /src/Window.hh | |
parent | aa25d549c03ee1569b2b9fa1198fb0d0de090ff1 (diff) | |
download | fluxbox-bac6c2ddb5f10f430c0d63e37eab33a32ebb471f.zip fluxbox-bac6c2ddb5f10f430c0d63e37eab33a32ebb471f.tar.bz2 |
added gnome functions
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 9 |
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); | ||
266 | protected: | 271 | protected: |
267 | //event callbacks | 272 | //event callbacks |
268 | static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); | 273 | static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); |