From a0c80fcc67fbdf576d80536db299433cd70ca3f8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist <tml@iki.fi> Date: Sat, 31 Aug 2002 18:06:02 +0000 Subject: On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLE 2002-08-31 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (_gdk_events_init): On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLE fd that is implemented (in GLib) only on native Win32. (#91683, Masahiro Sakai) --- ChangeLog.pre-2-10 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.pre-2-10') diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1f628a6e3e..39608d8884 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2002-08-31 Tor Lillqvist <tml@iki.fi> + * gdk/win32/gdkevents-win32.c (_gdk_events_init): On Cygwin, open + /dev/windows instead of using the magic G_WIN32_MSG_HANDLE fd that + is implemented (in GLib) only on native Win32. (#91683, Masahiro + Sakai) + * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path(). (translate_win32_path, get_real_filename): Use cygwin_conv_to_posix_path(). -- cgit v1.2.1