moved KDE slit handling to Slit.cc
This commit is contained in:
parent
84cb556961
commit
6cc034afd3
1 changed files with 1 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.hh,v 1.38 2003/01/12 18:09:22 fluxgen Exp $
|
// $Id: fluxbox.hh,v 1.39 2003/01/12 18:49:36 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef FLUXBOX_HH
|
#ifndef FLUXBOX_HH
|
||||||
#define FLUXBOX_HH
|
#define FLUXBOX_HH
|
||||||
|
@ -87,11 +87,6 @@ public:
|
||||||
inline void saveIconBar(bool value) { m_rc_iconbar = value; }
|
inline void saveIconBar(bool value) { m_rc_iconbar = value; }
|
||||||
#ifdef HAVE_GETPID
|
#ifdef HAVE_GETPID
|
||||||
inline Atom getFluxboxPidAtom() const { return fluxbox_pid; }
|
inline Atom getFluxboxPidAtom() const { return fluxbox_pid; }
|
||||||
#ifdef KDE
|
|
||||||
//For KDE dock applets
|
|
||||||
inline Atom getKWM1DockwindowAtom() const { return kwm1_dockwindow; } //KDE v1.x
|
|
||||||
inline Atom getKWM2DockwindowAtom() const { return kwm2_dockwindow; } //KDE v2.x
|
|
||||||
#endif
|
|
||||||
#endif // HAVE_GETPID
|
#endif // HAVE_GETPID
|
||||||
|
|
||||||
FluxboxWindow *searchGroup(Window, FluxboxWindow *);
|
FluxboxWindow *searchGroup(Window, FluxboxWindow *);
|
||||||
|
|
Loading…
Reference in a new issue