summaryrefslogtreecommitdiff
path: root/vapi/x11.vapi
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2013-02-08 00:33:01 -0800
committerEvan Nemerson <evan@coeus-group.com>2013-02-08 00:33:01 -0800
commite8f01d3db5d57e4ee0427a6c2f02f926835f8db7 (patch)
tree8cec3a564a983254e3e5581637de400efc79df8d /vapi/x11.vapi
parent0d6186a09cb945e5ddaf77fb0981e46cf44b9efc (diff)
downloadvala-e8f01d3db5d57e4ee0427a6c2f02f926835f8db7.tar.gz
x11: add has_destroy_function = false to WindowAttributes
Fixes bug 690870.
Diffstat (limited to 'vapi/x11.vapi')
-rw-r--r--vapi/x11.vapi3
1 files changed, 1 insertions, 2 deletions
diff --git a/vapi/x11.vapi b/vapi/x11.vapi
index be66e56f8..3ed9813d4 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 */