[vala] x11: add has_destroy_function = false to WindowAttributes



commit e8f01d3db5d57e4ee0427a6c2f02f926835f8db7
Author: Evan Nemerson <evan coeus-group com>
Date:   Fri Feb 8 00:33:01 2013 -0800

    x11: add has_destroy_function = false to WindowAttributes
    
    Fixes bug 690870.

 vapi/x11.vapi |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vapi/x11.vapi b/vapi/x11.vapi
index be66e56..3ed9813 100644
--- a/vapi/x11.vapi
+++ b/vapi/x11.vapi
@@ -542,8 +542,7 @@ namespace X {
 		public Cursor cursor;		/* cursor to be displayed (or None) */
 	}
 
-	[CCode(cname = "XWindowAttributes",
-	       cheader_filename = "X11/Xlib.h,X11/Xatom.h,X11/Xutil.h")]
+	[CCode (cname = "XWindowAttributes", has_destroy_function = false, cheader_filename = "X11/Xlib.h,X11/Xatom.h,X11/Xutil.h")]
 	public struct WindowAttributes {
 		public int x;
 		public int y;			/* location of window */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]