am 8db93389: ui: make native_window_set_usage be a static inline
Merge commit '8db93389141fbce1e37f4c22f415fc2cebf19ebf' * commit '8db93389141fbce1e37f4c22f415fc2cebf19ebf': ui: make native_window_set_usage be a static inline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user