]> Pileus Git - ~andy/gtk/commit
Remove the clipboard viewer code. It didn't really do anything useful, and
authorTor Lillqvist <tml@novell.com>
Fri, 14 Oct 2005 00:08:14 +0000 (00:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 14 Oct 2005 00:08:14 +0000 (00:08 +0000)
commite6fa7394baa8a7cb80ae01a0c81729717019172b
tree31a1a39a77cef716dd4b1aba1ed094dddb5c9d58
parentee5d5f9eb93d045345d7c4db6722571bcb2e652e
Remove the clipboard viewer code. It didn't really do anything useful, and

2005-10-14  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
It didn't really do anything useful, and was just confusing and
incomplete. Comments claimed we don't do delayed rendering, but in
fact we do, for images. (The delayed rendering code has other
problems, though, see #168173.) The clipboard viewer code was
probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
the message when necessary). It was just test code, it said so in
a comment. Add something similar back later if necessary.

(_win32_on_clipboard_change,
_gdk_win32_register_clipboard_notification): Remove.

(gdk_display_supports_selection_notification,
gdk_display_request_selection_notification): Always just return
FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
ChangeLog
ChangeLog.pre-2-10
gdk/win32/gdkdisplay-win32.c