diff options
author | Richard Hult <richard@imendio.com> | 2006-07-17 21:21:25 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2006-07-17 21:21:25 +0000 |
commit | 51edd19e1691375bd41a661dacd5e1fecb421563 (patch) | |
tree | 6a645a069009f78e055fe4737769c4be246fd447 /ChangeLog | |
parent | 6d8662d3d92f9ceb002441fffc4a4166fc6648f5 (diff) | |
download | gtk+-51edd19e1691375bd41a661dacd5e1fecb421563.tar.gz |
Set an empty NSImage if there is none, covers the cases where applications
2006-07-17 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_begin_internal): Set an empty
NSImage if there is none, covers the cases where applications try
to set a pixmap which is not supported by the quartz backend.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-07-17 Richard Hult <richard@imendio.com> + * gtk/gtkdnd-quartz.c: (gtk_drag_begin_internal): Set an empty + NSImage if there is none, covers the cases where applications try + to set a pixmap which is not supported by the quartz backend. + +2006-07-17 Richard Hult <richard@imendio.com> + * gdk/quartz/gdkevents-quartz.c: (create_key_event): * gdk/quartz/gdkkeys-quartz.c: (_gdk_quartz_key_event_type), (_gdk_quartz_key_is_modifier): |