git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@146 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-04 04:10:45 +00:00
parent 280286f389
commit a696ee01f3
5 changed files with 82 additions and 7 deletions

View File

@@ -11,10 +11,12 @@
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/XShm.h>
#ifndef NO_XRENDER
#include <X11/extensions/Xrender.h>
#endif
struct _MwLL {
Display* display;