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 727113 - x11: Add missing API
x11: Add missing API
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.24.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-26 21:14 UTC by Robert Ancell
Modified: 2014-03-30 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
x11: Add missing API (7.64 KB, patch)
2014-03-26 21:16 UTC, Robert Ancell
accepted-commit_now Details | Review

Description Robert Ancell 2014-03-26 21:14:36 UTC
There is some API missing from x11.vapi:

The functions:
XClearWindow
XCreatePixmap
XSetWindowBackgroundPixmap

The XSetCloseDownMode enumerations

The following events:
FocusChangeEvent
ExposeEvent
GraphicsExposeEvent
NoExposeEvent
VisibilityEvent
ResizeRequestEvent
SelectionClearEvent
SelectionRequestEvent
ColormapEvent
MappingEvent
ErrorEvent
KeymapEvent
Comment 1 Robert Ancell 2014-03-26 21:16:04 UTC
Created attachment 273025 [details] [review]
x11: Add missing API
Comment 2 Luca Bruno 2014-03-30 22:45:36 UTC
commit d00ddbf098d50a4ccf81faec12d186be04c7f975
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Thu Mar 27 10:14:53 2014 +1300

    x11: Add some missing API

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.