diff options
author | fluxgen <fluxgen> | 2003-01-12 18:49:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-12 18:49:36 (GMT) |
commit | 6cc034afd3c8ead240c8a2101d9e9b54b57ad351 (patch) | |
tree | 9e767422aa13682da335a11594509b1245548e91 | |
parent | 84cb55696131a6d3f1c651d571297e5bb54a74af (diff) | |
download | fluxbox-6cc034afd3c8ead240c8a2101d9e9b54b57ad351.zip fluxbox-6cc034afd3c8ead240c8a2101d9e9b54b57ad351.tar.bz2 |
moved KDE slit handling to Slit.cc
-rw-r--r-- | src/fluxbox.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 9a8a4df..f0dffab 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.38 2003/01/12 18:09:22 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.39 2003/01/12 18:49:36 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -87,11 +87,6 @@ public: | |||
87 | inline void saveIconBar(bool value) { m_rc_iconbar = value; } | 87 | inline void saveIconBar(bool value) { m_rc_iconbar = value; } |
88 | #ifdef HAVE_GETPID | 88 | #ifdef HAVE_GETPID |
89 | inline Atom getFluxboxPidAtom() const { return fluxbox_pid; } | 89 | inline Atom getFluxboxPidAtom() const { return fluxbox_pid; } |
90 | #ifdef KDE | ||
91 | //For KDE dock applets | ||
92 | inline Atom getKWM1DockwindowAtom() const { return kwm1_dockwindow; } //KDE v1.x | ||
93 | inline Atom getKWM2DockwindowAtom() const { return kwm2_dockwindow; } //KDE v2.x | ||
94 | #endif | ||
95 | #endif // HAVE_GETPID | 90 | #endif // HAVE_GETPID |
96 | 91 | ||
97 | FluxboxWindow *searchGroup(Window, FluxboxWindow *); | 92 | FluxboxWindow *searchGroup(Window, FluxboxWindow *); |