diff options
author | Elliot Lee <sopwith@bogus.cuc.ml.org> | 1998-12-15 23:59:44 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-12-15 23:59:44 +0000 |
commit | a8e00e2169320f6d500fdbdc77ded9c9a689dc82 (patch) | |
tree | 0bd14c2031fbfefd79148ff2fb2007c18c122481 /ChangeLog.pre-2-4 | |
parent | 3f1ffdacbb7a954b377bd760d04250c9e5e5ec28 (diff) | |
download | gtk+-a8e00e2169320f6d500fdbdc77ded9c9a689dc82.tar.gz |
Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
as the mask for checking for GDK_INPUT_EXCEPTION events.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6e22382899..71fe2f8551 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org> + + * gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL + as the mask for checking for GDK_INPUT_EXCEPTION events. + 1998-12-15 Martin Baulig <martin@home-of-linux.org> * acinclude.m4: Make the gettext check for for libc5 systems. |