all repos — fluxbox @ 84a58512d8570ad7ee93d437d4c73ee4eb945308

custom fork of the fluxbox windowmanager

moved insert to public area
fluxgen fluxgen
commit

84a58512d8570ad7ee93d437d4c73ee4eb945308

parent

19ddad292f4a93c5ef4293401b128e74a2f39388

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

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

@@ -19,7 +19,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: Tab.hh,v 1.14 2002/08/02 12:57:19 fluxgen Exp $ +// $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ #ifndef TAB_HH #define TAB_HH

@@ -59,7 +59,8 @@ void shade();

void setPosition(); //position tab to follow (FluxboxWindow *) m_win void moveNext(); void movePrev(); - + void insert(Tab *next); + //event handlers void buttonReleaseEvent(XButtonEvent *be); void buttonPressEvent(XButtonEvent *be);

@@ -99,7 +100,7 @@ private:

bool m_configured; - void insert(Tab *next); + //The size of the tab unsigned int m_size_w; unsigned int m_size_h;