all repos — fluxbox @ d462b97960c60c909c4af2077506520f7095a628

custom fork of the fluxbox windowmanager

changed return value for destroyNotifyEvent
fluxgen fluxgen
commit

d462b97960c60c909c4af2077506520f7095a628

parent

93c402846372b6cb532ec07f0563dc26b91596e6

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

jump to
M src/Window.hhsrc/Window.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: Window.hh,v 1.5 2002/01/18 01:33:58 fluxgen Exp $ +// $Id: Window.hh,v 1.6 2002/01/20 02:12:52 fluxgen Exp $ #ifndef _WINDOW_HH_ #define _WINDOW_HH_

@@ -159,7 +159,7 @@

void buttonPressEvent(XButtonEvent *); void buttonReleaseEvent(XButtonEvent *); void motionNotifyEvent(XMotionEvent *); - void destroyNotifyEvent(XDestroyWindowEvent *); + bool destroyNotifyEvent(XDestroyWindowEvent *); void mapRequestEvent(XMapRequestEvent *); void mapNotifyEvent(XMapEvent *); void unmapNotifyEvent(XUnmapEvent *);