summaryrefslogtreecommitdiff
path: root/xf86drmMode.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-06-15 14:47:04 +0200
committerSimon Ser <contact@emersion.fr>2021-09-27 15:01:59 +0200
commitbb709e60233d457f0c63d7b77baaab80f264ba16 (patch)
tree1af8ce3164f54dab7d33422ee4a12c200da4ffe1 /xf86drmMode.h
parente939bd1e8c6737b6ae84c5e2f2045542e6e2beb5 (diff)
downloaddrm-bb709e60233d457f0c63d7b77baaab80f264ba16.tar.gz
xf86drmMode: switch to standard inline qualifier
__inline is non-standard, inline is. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'xf86drmMode.h')
-rw-r--r--xf86drmMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86drmMode.h b/xf86drmMode.h
index c1434e1d..14ffdf3d 100644
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
@@ -142,7 +142,7 @@ typedef struct _drmModeProperty {
uint32_t *blob_ids; /* store the blob IDs */
} drmModePropertyRes, *drmModePropertyPtr;
-static __inline int drm_property_type_is(const drmModePropertyPtr property,
+static inline int drm_property_type_is(const drmModePropertyPtr property,
uint32_t type)
{
/* instanceof for props.. handles extended type vs original types: */