fix nogl build

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-04-20 15:15:28 +01:00
parent 468fb637b6
commit efe63f5380
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 1 deletions

View File

@ -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