123456789101112 |
- --- xwayland-21.1.3.orig/hw/xwayland/xwayland-glx.c 2021-11-08 11:37:14.863922600 +0100
- +++ xwayland-21.1.3/hw/xwayland/xwayland-glx.c 2021-11-14 05:31:50.673075155 +0100
- @@ -45,6 +45,9 @@
-
- #include "xwayland-screen.h"
-
- +#define EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT 0x333B
- +#define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339
- +
- /* Can't get these from <GL/glx.h> since it pulls in client headers */
- #define GLX_RGBA_BIT 0x00000001
- #define GLX_WINDOW_BIT 0x00000001
|