all repos — fluxbox @ 168fe12d696bbff6baa95624ef09199eff7e1d95

custom fork of the fluxbox windowmanager

include guard and handleUnmapNotify
fluxgen fluxgen
commit

168fe12d696bbff6baa95624ef09199eff7e1d95

parent

21d5810f1d7350f527e9f8d3c3c625f26f80c1b8

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

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

@@ -22,10 +22,10 @@ // 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: fluxbox.hh,v 1.9 2002/02/06 17:12:39 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.10 2002/02/17 18:42:15 fluxgen Exp $ -#ifndef _FLUXBOX_HH_ -#define _FLUXBOX_HH_ +#ifndef FLUXBOX_HH +#define FLUXBOX_HH #include <X11/Xlib.h> #include <X11/Xresource.h>

@@ -206,6 +206,7 @@ typedef std::vector<Fluxbox::Titlebar> TitlebarList;

private: void handleButtonEvent(XButtonEvent &be); + void handleUnmapNotify(XUnmapEvent &ue); void handleClientMessage(XClientMessageEvent &ce); void handleKeyEvent(XKeyEvent &ke); void doWindowAction(Keys::KeyAction action);