After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647464 - x11: add several type definitions from X.h
x11: add several type definitions from X.h
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.12.x
Other Linux
: Normal enhancement
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks: 647465 647467 669374
 
 
Reported: 2011-04-11 15:17 UTC by Alexander Kurtz
Modified: 2012-02-04 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add-aliases.patch (1.56 KB, patch)
2011-04-11 15:19 UTC, Alexander Kurtz
none Details | Review

Description Alexander Kurtz 2011-04-11 15:17:28 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.
Comment 1 Alexander Kurtz 2011-04-11 15:19:14 UTC
Created attachment 185710 [details] [review]
add-aliases.patch
Comment 2 Evan Nemerson 2012-01-22 07:44:43 UTC
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.