From: Michael B. Trausch Date: Fri, 2 Oct 2009 05:29:50 +0000 (-0400) Subject: x11: Fix XWindowAttributes X-Git-Tag: 0.7.8~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b0431b4d115af68f07a7eadc6867333d700b2ad;p=thirdparty%2Fvala.git x11: Fix XWindowAttributes Fixes bug 597068. --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 5759aa400..031871e55 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -307,6 +307,8 @@ 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")] public struct WindowAttributes { public int x; public int y; /* location of window */