Put the whole vtable in backend_list
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -532,6 +532,8 @@ void glx_compose(void *backend_data, session_t *ps, win *w, void *win_data,
|
||||
pixman_region32_fini(®ion_yflipped);
|
||||
}
|
||||
|
||||
struct backend_operations glx_ops;
|
||||
|
||||
/* backend_info_t glx_backend = { */
|
||||
/* .init = glx_init, */
|
||||
/* .deinit = glx_deinit, */
|
||||
|
Reference in New Issue
Block a user