From efe63f53809ab383e43c0a1ba14dbe97b77bbb6d Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 20 Apr 2019 15:15:28 +0100 Subject: [PATCH] fix nogl build Signed-off-by: Yuxuan Shui --- src/compton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compton.h b/src/compton.h index 8ab7fec..5d9ff78 100644 --- a/src/compton.h +++ b/src/compton.h @@ -105,7 +105,7 @@ static inline void free_wincondlst(c2_lptr_t **pcondlst) { #ifndef CONFIG_OPENGL static inline void free_paint_glx(session_t *ps, paint_t *p) { } -static inline void free_win_res_glx(session_t *ps, win *w) { +static inline void free_win_res_glx(session_t *ps, struct managed_win *w) { } #endif