gstreamer-rs/gstreamer-gl/x11/sys/tests/layout.c
Marijn Suijten 4cc5772361 gl: Regenerate with separate EGL/Wayland/X11 -sys crates
This moves the X11, EGL and Wayland parts of the GL bindings to separate
crates.

Co-authored-by: Sebastian Dröge <sebastian@centricular.com>
2020-11-28 11:15:22 +01:00

12 lines
321 B
C

// This file was generated by gir (https://github.com/gtk-rs/gir @ e941700)
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
#include "manual.h"
#include <stdalign.h>
#include <stdio.h>
int main() {
printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
return 0;
}