diff options
Diffstat (limited to 'Gem')
-rw-r--r-- | Gem/Gem-meta.pd | 2 | ||||
-rwxr-xr-x | Gem/Gem.pd_linux | bin | 35560442 -> 35569367 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/Gem/Dylib.h | 1 | ||||
-rw-r--r-- | Gem/develop/pkgconfig/Gem.pc | 2 | ||||
-rw-r--r-- | Gem/gemwin.pd | 2 |
5 files changed, 4 insertions, 3 deletions
diff --git a/Gem/Gem-meta.pd b/Gem/Gem-meta.pd index 15c6226..0878cda 100644 --- a/Gem/Gem-meta.pd +++ b/Gem/Gem-meta.pd @@ -1,7 +1,7 @@ #N canvas 1 51 320 90 10; #N canvas 1 51 382 134 META 1; #X text 10 10 NAME Gem; -#X text 10 30 VERSION 0.94~pre1; +#X text 10 30 VERSION 0.94~pre2; #X text 10 50 DESCRIPTION Graphics Environment for Multimedia; #X text 10 70 AUTHOR IOhannes m zmölnig & the Gem development team ; diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux Binary files differindex 4d042ac..80fe498 100755 --- a/Gem/Gem.pd_linux +++ b/Gem/Gem.pd_linux diff --git a/Gem/develop/include/Gem/Gem/Dylib.h b/Gem/develop/include/Gem/Gem/Dylib.h index f145e8b..0738fca 100644 --- a/Gem/develop/include/Gem/Gem/Dylib.h +++ b/Gem/develop/include/Gem/Gem/Dylib.h @@ -14,6 +14,7 @@ LOG #define _INCLUDE__GEM_GEM_DYLIB_H_ #include "Gem/Exception.h" +#include <string> /* an opaque handle to the platform specific library handle */ diff --git a/Gem/develop/pkgconfig/Gem.pc b/Gem/develop/pkgconfig/Gem.pc index 94e9704..560d9a8 100644 --- a/Gem/develop/pkgconfig/Gem.pc +++ b/Gem/develop/pkgconfig/Gem.pc @@ -9,6 +9,6 @@ includedir=${prefix}/include # core configuration Name: Gem Description: Gem plugins and externals -Version: 0.94~pre1 +Version: 0.94~pre2 Cflags: -I${includedir}/Gem Libs: -L${libdir}/Gem diff --git a/Gem/gemwin.pd b/Gem/gemwin.pd index 8365e89..d476c01 100644 --- a/Gem/gemwin.pd +++ b/Gem/gemwin.pd @@ -202,7 +202,7 @@ args) into the object); #X obj 31 186 outlet; #X obj 195 216 outlet gemwin; #X obj 195 154 t b; -#X msg 195 177 dimen 500 500 \, offset 0 0 \, fullscreen 0 \, title +#X msg 195 177 dimen 500 500 \, offset 50 50 \, fullscreen 0 \, title GEM \, buffer 2 \, cursor 1 \, topmost 0; #X connect 0 0 1 0; #X connect 1 0 4 0; |