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:
parent
66cf3937e2
commit
f80831099b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue