From: Luca Bruno Date: Fri, 27 Feb 2015 17:10:17 +0000 (+0100) Subject: x11: make WindowAttributes.screen unowned X-Git-Tag: 0.27.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a37d96da987a9379b6993d4e959cfc7acd42aa9;p=thirdparty%2Fvala.git x11: make WindowAttributes.screen unowned Fixes bug 745133 --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index aaa3fea7e..b0448033f 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -598,7 +598,7 @@ namespace X { public long your_event_mask; /* my event mask */ public long do_not_propagate_mask; /* set of events that should not propagate */ public bool override_redirect; /* boolean value for override-redirect */ - public Screen screen; /* back pointer to correct screen */ + public unowned Screen screen; /* back pointer to correct screen */ } [CCode (cname = "ParentRelative")]