summaryrefslogtreecommitdiffstats
path: root/include/ui/egl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/egl')
-rw-r--r--include/ui/egl/android_natives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h
index 4c58e47..4747f4e 100644
--- a/include/ui/egl/android_natives.h
+++ b/include/ui/egl/android_natives.h
@@ -179,7 +179,7 @@ struct android_native_window_t
* reallocated.
*/
-inline int native_window_set_usage(
+static inline int native_window_set_usage(
struct android_native_window_t* window, int usage)
{
return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);