all repos — fluxbox @ d5a394a1e430d927497a2e929779286f7a75df56

custom fork of the fluxbox windowmanager

adjusted for FbTk Timer
fluxgen fluxgen
commit

d5a394a1e430d927497a2e929779286f7a75df56

parent

4ac32367302f140b159e8ccb3f9a9b9648fa6cbb

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/Slit.hhsrc/Slit.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: Slit.hh,v 1.16 2003/01/05 23:42:27 fluxgen Exp $ +/// $Id: Slit.hh,v 1.17 2003/01/09 22:06:49 fluxgen Exp $ #ifndef SLIT_HH #define SLIT_HH

@@ -106,7 +106,7 @@ friend class Placementmenu;

}; /// Handles dock apps -class Slit : public TimeoutHandler { +class Slit : public FbTk::TimeoutHandler { public: explicit Slit(BScreen *screen); virtual ~Slit();

@@ -184,7 +184,7 @@

bool on_top, hidden, do_auto_hide; BScreen *m_screen; - BTimer timer; + FbTk::Timer timer; typedef std::list<SlitClient *> SlitClients;