quartz: make setting_same_owner member of GtkClipboardOwner @public

to fix the build, thanks to parafin for the patch.
(cherry picked from commit e3e055f855)
This commit is contained in:
Michael Natterer 2012-12-17 22:20:40 +01:00
parent 5e12aafacd
commit 597dc649e1

View File

@ -40,6 +40,7 @@ enum {
@interface GtkClipboardOwner : NSObject {
GtkClipboard *clipboard;
@public
gboolean setting_same_owner;
}