13 lines
597 B
Diff
13 lines
597 B
Diff
diff -rupN mpe2-1.3.0/src/graphics/src/mpe_graphics.c mpe2-1.3.0.new/src/graphics/src/mpe_graphics.c
|
|
--- mpe2-1.3.0/src/graphics/src/mpe_graphics.c 2009-06-15 10:36:22.000000000 -0600
|
|
+++ mpe2-1.3.0.new/src/graphics/src/mpe_graphics.c 2014-10-25 00:11:22.000000000 -0600
|
|
@@ -982,7 +982,7 @@ char *string;
|
|
return MPE_ERR_BAD_ARGS;
|
|
}
|
|
|
|
- printf("color = %d, string = %s\n",(int) color, string);
|
|
+//printf("color = %d, string = %s\n",(int) color, string);
|
|
|
|
XBSetPixVal( graph->xwin, graph->xwin->cmapping[color] );
|
|
returnVal = XDrawString( graph->xwin->disp, XBDrawable(graph->xwin),
|