quartz: make setting_same_owner member of GtkClipboardOwner @public

to fix the build, thanks to parafin for the patch.
This commit is contained in:
Michael Natterer 2012-12-17 22:20:40 +01:00
parent d9f9925878
commit e3e055f855

View File

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