gallium: replace INLINE with inline
[mesa.git] / src / gallium / state_trackers / glx / xlib / xm_api.h
index 6d0bc3f4d818fa6abb18c710c6776e2de7368ffa..ffdffc0940feb93fbffde7ce8019f22aa2e93d02 100644 (file)
@@ -378,13 +378,13 @@ xmesa_check_buffer_size(XMesaBuffer b);
 extern void
 xmesa_destroy_buffers_on_display(Display *dpy);
 
-static INLINE GLuint
+static inline GLuint
 xmesa_buffer_width(XMesaBuffer b)
 {
    return b->width;
 }
 
-static INLINE GLuint
+static inline GLuint
 xmesa_buffer_height(XMesaBuffer b)
 {
    return b->height;