]> Pileus Git - ~andy/gtk/commit
Fix typo. I had deleted a ! operator by mistake, which caused
authorTor Lillqvist <tml@iki.fi>
Sun, 7 May 2000 19:45:27 +0000 (19:45 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 7 May 2000 19:45:27 +0000 (19:45 +0000)
commitacc8e78c2d033f7435d6d2627fe395676272ef33
tree9d107228b0f2a18f26750e1decabcaaf9835c0eb
parent8a836c07cfcfdab1028943ac145bf0054a0c1fee
Fix typo. I had deleted a ! operator by mistake, which caused

2000-05-07  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
had deleted a ! operator by mistake, which caused
GDK_SELECTION_CLEAR events never to be generated, which caused
only the first copy to the clipboard from an gtkeditable to
actually cause a copy to the Windows clipboard.

2000-05-06  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
compilation, too. Current mingw gcc distributions include the
necessary headers. Also the necessary IIDs are now in mingw
headers/libraries, and own definitions unnecessary.

More hacking on OLE2 DND, still doesn't work though, and thus
ifdeffed out.

* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
here, too.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkdnd-win32.c
gdk/win32/gdkevents-win32.c
gdk/win32/gdkwindow-win32.c