freebsd-ports/graphics/makehuman/files/patch-src-ui.c
Pav Lucistnik 40ab72818c MakeHuman(C) is an open-source, open graphics library, stand-alone,
multi-platform, software program, which is completely written in C
language. Its purpose is to provide a versatile, professional and
extremely specialized application for parametrical modeling of
three-dimensional humanoid characters.

WWW: http://www.makehuman.org/

PR:		ports/94581
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-03-18 23:40:42 +00:00

18 lines
467 B
C

--- src/ui.c.orig Mon Mar 6 12:20:35 2006
+++ src/ui.c Mon Mar 6 12:21:13 2006
@@ -502,6 +502,7 @@
while(Panels[i].Button[c].id != -1)
{
Panels[i].Button[c].id = d;
+ {
#ifdef HAVE_CONFIG_H
char tmp[MAX_PATH];
strcpy (tmp, PACKAGE_DATA_DIR"/");
@@ -510,6 +511,7 @@
#else
if(Panels[i].Button[c].image) Panels[i].Button[c].texture = load_texture(Panels[i].Button[c].image);
#endif
+ }
c++;
d++;
}