Move OpenGL functions around
Also remove some debug function calls (there are better tools for opengl debugging now). Also remove copysubbuffermesa Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
/*
|
||||
* Compton - a compositor for X11
|
||||
*
|
||||
@ -120,10 +121,3 @@ glx_hasglext(session_t *ps, const char *ext) {
|
||||
|
||||
return found;
|
||||
}
|
||||
|
||||
static bool
|
||||
glx_update_fbconfig(session_t *ps);
|
||||
|
||||
static int
|
||||
glx_cmp_fbconfig(session_t *ps,
|
||||
const glx_fbconfig_t *pfbc_a, const glx_fbconfig_t *pfbc_b);
|
||||
|
Reference in New Issue
Block a user