all repos — fluxbox @ 779a0f4707bc249969feaed33af0567ca0250f28

custom fork of the fluxbox windowmanager

added resource item for height and handleEvent for ConfigureNotify
fluxgen fluxgen
commit

779a0f4707bc249969feaed33af0567ca0250f28

parent

c14986b485f50dd659d027d7ea5d2ada336f3fec

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

jump to
M src/Toolbar.hhsrc/Toolbar.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: Toolbar.hh,v 1.42 2003/08/13 09:51:22 fluxgen Exp $ +// $Id: Toolbar.hh,v 1.43 2003/08/15 13:25:03 fluxgen Exp $ #ifndef TOOLBAR_HH #define TOOLBAR_HH

@@ -94,6 +94,7 @@ void enterNotifyEvent(XCrossingEvent &ce);

void leaveNotifyEvent(XCrossingEvent &ce); void exposeEvent(XExposeEvent &ee); void keyPressEvent(XKeyEvent &ke); + void handleEvent(XEvent &event); //@} /// enter edit mode on workspace label

@@ -179,11 +180,12 @@ FbTk::Resource<int> m_rc_width_percent;

FbTk::Resource<Fluxbox::Layer> m_rc_layernum; FbTk::Resource<int> m_rc_on_head; FbTk::Resource<Placement> m_rc_placement; + FbTk::Resource<int> m_rc_height; std::auto_ptr<Shape> m_shape; ToolTheme m_clock_theme, m_workspace_theme; IconbarTheme m_iconbar_theme; - + bool m_resize_lock; ///< to lock rearrangeItems or not };