Prevent GL/glx.h from defining prototypes
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
2
src/x.c
2
src/x.c
@ -12,7 +12,6 @@
|
||||
#include <xcb/damage.h>
|
||||
#include <xcb/render.h>
|
||||
#include <pixman.h>
|
||||
#include <GL/glx.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "region.h"
|
||||
@ -20,6 +19,7 @@
|
||||
#include "common.h"
|
||||
#include "x.h"
|
||||
#include "log.h"
|
||||
#include "backend/gl/glx.h"
|
||||
|
||||
/**
|
||||
* Get a specific attribute of a window.
|
||||
|
Reference in New Issue
Block a user