changed return value for destroyNotifyEvent

This commit is contained in:
fluxgen 2002-01-20 02:12:52 +00:00
parent 93c4028463
commit d462b97960

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // 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_ #ifndef _WINDOW_HH_
#define _WINDOW_HH_ #define _WINDOW_HH_
@ -159,7 +159,7 @@ public:
void buttonPressEvent(XButtonEvent *); void buttonPressEvent(XButtonEvent *);
void buttonReleaseEvent(XButtonEvent *); void buttonReleaseEvent(XButtonEvent *);
void motionNotifyEvent(XMotionEvent *); void motionNotifyEvent(XMotionEvent *);
void destroyNotifyEvent(XDestroyWindowEvent *); bool destroyNotifyEvent(XDestroyWindowEvent *);
void mapRequestEvent(XMapRequestEvent *); void mapRequestEvent(XMapRequestEvent *);
void mapNotifyEvent(XMapEvent *); void mapNotifyEvent(XMapEvent *);
void unmapNotifyEvent(XUnmapEvent *); void unmapNotifyEvent(XUnmapEvent *);