Skip to content

Commit

Permalink
Updated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Apr 26, 2021
1 parent e7e3ea8 commit 1473709
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions gbm-sys/src/platforms/linux/aarch64/gen.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.57.0 */
/* automatically generated by rust-bindgen 0.58.1 */

pub const GBM_FORMAT_BIG_ENDIAN: u32 = 2147483648;
pub const GBM_BO_IMPORT_WL_BUFFER: u32 = 21761;
Expand Down Expand Up @@ -38,7 +38,6 @@ pub union gbm_bo_handle {
pub u32_: u32,
pub s64: i64,
pub u64_: u64,
_bindgen_union_align: u64,
}
#[test]
fn bindgen_test_layout_gbm_bo_handle() {
Expand Down
3 changes: 1 addition & 2 deletions gbm-sys/src/platforms/linux/arm/gen.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.57.0 */
/* automatically generated by rust-bindgen 0.58.1 */

pub const GBM_FORMAT_BIG_ENDIAN: u32 = 2147483648;
pub const GBM_BO_IMPORT_WL_BUFFER: u32 = 21761;
Expand Down Expand Up @@ -38,7 +38,6 @@ pub union gbm_bo_handle {
pub u32_: u32,
pub s64: i64,
pub u64_: u64,
_bindgen_union_align: u64,
}
#[test]
fn bindgen_test_layout_gbm_bo_handle() {
Expand Down
3 changes: 1 addition & 2 deletions gbm-sys/src/platforms/linux/x86/gen.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.57.0 */
/* automatically generated by rust-bindgen 0.58.1 */

pub const GBM_FORMAT_BIG_ENDIAN: u32 = 2147483648;
pub const GBM_BO_IMPORT_WL_BUFFER: u32 = 21761;
Expand Down Expand Up @@ -38,7 +38,6 @@ pub union gbm_bo_handle {
pub u32_: u32,
pub s64: i64,
pub u64_: u64,
_bindgen_union_align: [u32; 2usize],
}
#[test]
fn bindgen_test_layout_gbm_bo_handle() {
Expand Down
3 changes: 1 addition & 2 deletions gbm-sys/src/platforms/linux/x86_64/gen.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.57.0 */
/* automatically generated by rust-bindgen 0.58.1 */

pub const GBM_FORMAT_BIG_ENDIAN: u32 = 2147483648;
pub const GBM_BO_IMPORT_WL_BUFFER: u32 = 21761;
Expand Down Expand Up @@ -38,7 +38,6 @@ pub union gbm_bo_handle {
pub u32_: u32,
pub s64: i64,
pub u64_: u64,
_bindgen_union_align: u64,
}
#[test]
fn bindgen_test_layout_gbm_bo_handle() {
Expand Down

0 comments on commit 1473709

Please sign in to comment.