38fc40e4d0
can be controlled with external devices like joysticks, web-cams, or midi-devices. New effects can be designed in a GUI (Graphical User Interface) by composing basic effects into more complex ones. WWW: http://www.gephex.org/ PR: ports/7359 Submitted by: Igor Pokrovsky <ip (at) doom.homeunix.org>
12 lines
280 B
C
12 lines
280 B
C
--- modules/src/frboutmodule/x11output.c.orig
|
|
+++ modules/src/frboutmodule/x11output.c
|
|
@@ -27,7 +27,8 @@
|
|
#include <math.h> // for fabs
|
|
#include <string.h>
|
|
|
|
-#include <sys/ipc.h>
|
|
+//#include <sys/ipc.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/shm.h>
|
|
|
|
#include "outputdriver.h"
|