mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-15 22:03:29 +00:00
remove xshm completely
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@357 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -99,7 +99,7 @@ SHARED = -shared
|
||||
ifeq ($(UNIX),1)
|
||||
L_CFLAGS += -DUSE_X11 -DUNIX
|
||||
L_OBJS += src/backend/x11.o
|
||||
L_LIBS += -lm -lX11 -lXrender -lXext -lXcursor
|
||||
L_LIBS += -lm -lX11 -lXrender -lXcursor
|
||||
|
||||
GL = -lGL -lGLU
|
||||
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
#include <time.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <dlfcn.h>
|
||||
#include <signal.h>
|
||||
#include <dirent.h>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/Xcursor/Xcursor.h>
|
||||
#include <X11/extensions/XShm.h>
|
||||
#include <X11/extensions/Xrender.h>
|
||||
|
||||
struct _MwLL {
|
||||
|
||||
Reference in New Issue
Block a user