tab widget
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6eefe44f6f
commit
1c2cd6e875
21 changed files with 451 additions and 51 deletions
|
|
@ -58,7 +58,7 @@ typedef struct x11opengl {
|
|||
#include <sys/mman.h>
|
||||
#include <gbm.h>
|
||||
|
||||
/*
|
||||
/*
|
||||
Note that for Wayland we create a GBM buffer manually and handle blitting it ourselves instead of using wayland-egl. Doing this allows us greater freedom over event handling; wayland-egl constantly pumps events, making us have to add a weird exception to wayland.c to make this work. Doing this also allows us to clip the OpenGL widget, something that was harder (impossible) with egl wayland.
|
||||
*/
|
||||
typedef struct waylandopengl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue