Merge libdrm 2.4.96

This commit is contained in:
jsg
2018-11-01 08:29:47 +00:00
parent 384954210f
commit 41f63e84e3
52 changed files with 610 additions and 733 deletions

View File

@@ -25,8 +25,10 @@
#if HAVE_VISIBILITY
# define drm_private __attribute__((visibility("hidden")))
# define drm_public __attribute__((visibility("default")))
#else
# define drm_private
# define drm_public
#endif