aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 22:06:49 (GMT)
committerfluxgen <fluxgen>2003-01-09 22:06:49 (GMT)
commitd5a394a1e430d927497a2e929779286f7a75df56 (patch)
treeff271479c1dc793af82ae012621b5e79efbeedc0 /src/Slit.hh
parent4ac32367302f140b159e8ccb3f9a9b9648fa6cbb (diff)
downloadfluxbox-d5a394a1e430d927497a2e929779286f7a75df56.zip
fluxbox-d5a394a1e430d927497a2e929779286f7a75df56.tar.bz2
adjusted for FbTk Timer
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 9141350..e2542f7 100644
--- a/src/Slit.hh
+++ b/src/Slit.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: Slit.hh,v 1.16 2003/01/05 23:42:27 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.17 2003/01/09 22:06:49 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -106,7 +106,7 @@ private:
106}; 106};
107 107
108/// Handles dock apps 108/// Handles dock apps
109class Slit : public TimeoutHandler { 109class Slit : public FbTk::TimeoutHandler {
110public: 110public:
111 explicit Slit(BScreen *screen); 111 explicit Slit(BScreen *screen);
112 virtual ~Slit(); 112 virtual ~Slit();
@@ -184,7 +184,7 @@ private:
184 bool on_top, hidden, do_auto_hide; 184 bool on_top, hidden, do_auto_hide;
185 185
186 BScreen *m_screen; 186 BScreen *m_screen;
187 BTimer timer; 187 FbTk::Timer timer;
188 188
189 typedef std::list<SlitClient *> SlitClients; 189 typedef std::list<SlitClient *> SlitClients;
190 190