all repos — fluxbox @ b3723c2094de0b821de86775fce7932188400172

custom fork of the fluxbox windowmanager

cleaning
fluxgen fluxgen
commit

b3723c2094de0b821de86775fce7932188400172

parent

d3a42b87b0bb3f537c7c4f4c991517141b79cb26

1 files changed, 1 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.51 2003/12/16 23:33:21 fluxgen Exp $ +// $Id: Toolbar.hh,v 1.52 2003/12/20 19:04:45 fluxgen Exp $ #ifndef TOOLBAR_HH #define TOOLBAR_HH

@@ -91,7 +91,6 @@ void buttonReleaseEvent(XButtonEvent &be);

void enterNotifyEvent(XCrossingEvent &ce); void leaveNotifyEvent(XCrossingEvent &ce); void exposeEvent(XExposeEvent &ee); - void keyPressEvent(XKeyEvent &ke); void handleEvent(XEvent &event); //@}