finished seperating opengl contexts, apply nishi patch

This commit is contained in:
IoIxD 2025-12-07 19:04:59 -07:00
commit 6f1716151d
12 changed files with 92 additions and 41 deletions

View file

@ -6,7 +6,6 @@
#ifndef __MW_LOWLEVEL_WAYLAND_H__
#define __MW_LOWLEVEL_WAYLAND_H__
#include "Mw/BaseTypes.h"
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
@ -29,6 +28,8 @@ MWDECL int MwLLWaylandCallInit(void);
#include "Wayland/cursor-shape-client-protocol.h"
#endif
struct _MwLLWayland;
typedef struct wayland_protocol {
void* listener;
void* context;