]> git.ipfire.org Git - thirdparty/vala.git/commit
xcb: Remove unnecessary padding fields
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 14 May 2014 00:33:07 +0000 (12:33 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 14 May 2014 04:06:42 +0000 (16:06 +1200)
commitdfe622033fc564957d8bc50ee241b6a71ca985f5
tree6f7c25dd6b08a7b440fb000122f59db834f2bb16
parent67ffb2eab90db37232aa887248af3eb1f1dc089e
xcb: Remove unnecessary padding fields

Some structures allow access to the padding fields from the C structures. Since
these don't do anything except make the memory be set out correctly there's no
reason to access them from Vala.

https://bugzilla.gnome.org/show_bug.cgi?id=730094
vapi/xcb.vapi