diff options
author | Evan Nemerson <evan@coeus-group.com> | 2013-02-08 00:33:01 -0800 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2013-02-08 00:33:01 -0800 |
commit | e8f01d3db5d57e4ee0427a6c2f02f926835f8db7 (patch) | |
tree | 8cec3a564a983254e3e5581637de400efc79df8d /vapi/x11.vapi | |
parent | 0d6186a09cb945e5ddaf77fb0981e46cf44b9efc (diff) | |
download | vala-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.vapi | 3 |
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 */ |