Put the whole vtable in backend_list

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-03-07 21:08:37 +00:00
parent 7e3976947b
commit f2aeb848ec
5 changed files with 45 additions and 30 deletions

View File

@ -532,6 +532,8 @@ void glx_compose(void *backend_data, session_t *ps, win *w, void *win_data,
pixman_region32_fini(&region_yflipped);
}
struct backend_operations glx_ops;
/* backend_info_t glx_backend = { */
/* .init = glx_init, */
/* .deinit = glx_deinit, */