1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00

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 66cf3937e2
commit f80831099b
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

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