18c6805255
morphing/warping program akin to xmorph, with some nice features, like MPEG video creation. PR: 14379 Submitted by: Tobias Reifenberger <treif@mayn.de>
11 lines
273 B
Text
11 lines
273 B
Text
--- io.h.orig Mon Mar 9 17:00:00 1998
|
|
+++ io.h Tue Mar 28 15:24:54 2000
|
|
@@ -39,7 +39,7 @@
|
|
char *URL_CG_Home;
|
|
char *URL_TU_Vienna;
|
|
|
|
- ControlClass();
|
|
+ void ControlClassInit();
|
|
int GetDraw();
|
|
void SetDraw(int d);
|
|
void SetCursor(int Active, Window win);
|