GNOME Bugzilla – Bug 647464
x11: add several type definitions from X.h
Last modified: 2012-02-04 20:11:43 UTC
I'm currently working on writing Vala bindings for the XTest extension. For that to work I need several simple type definitions from /usr/include/X11/X.h which aren't yet defined in x11.vapi. The attached patch adds these type definitions. Please include it in master if there are no objections.
Created attachment 185710 [details] [review] add-aliases.patch
commit d0951aebb279c514f92cdb5a432773a0c64ffcf3 Author: Alexander Kurtz <kurtz.alex@googlemail.com> Date: Sat Jan 21 23:22:11 2012 -0800 x11: add several type definitions from X.h Fixes bug 647464.