Fix build when opengl is disabled, again
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
309a4cec79
commit
5694e75932
|
@ -29,6 +29,7 @@ typedef struct {
|
|||
glx_texture_t *ptex;
|
||||
} paint_t;
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
// FIXME this type should be in opengl.h
|
||||
// it is very unideal for it to be here
|
||||
typedef struct {
|
||||
|
@ -41,6 +42,7 @@ typedef struct {
|
|||
/// Height of the textures.
|
||||
int height;
|
||||
} glx_blur_cache_t;
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
WINTYPE_UNKNOWN,
|
||||
|
|
Loading…
Reference in New Issue