|
From: <and...@us...> - 2009-05-05 17:52:37
|
Revision: 9920
http://plplot.svn.sourceforge.net/plplot/?rev=9920&view=rev
Author: andrewross
Date: 2009-05-05 17:52:13 +0000 (Tue, 05 May 2009)
Log Message:
-----------
Remove prompt to press <Return> to finish - this is a plplot standard anyway.
Modified Paths:
--------------
trunk/drivers/cairo.c
Modified: trunk/drivers/cairo.c
===================================================================
--- trunk/drivers/cairo.c 2009-05-05 15:17:48 UTC (rev 9919)
+++ trunk/drivers/cairo.c 2009-05-05 17:52:13 UTC (rev 9920)
@@ -1257,7 +1257,6 @@
XFlush(aStream->XDisplay);
/* Loop, handling selected events, till the user elects to close the plot. */
- printf("Click on the plot and key <Return> to exit.\n");
event_mask = ButtonPressMask | KeyPressMask | ExposureMask;
XSelectInput(aStream->XDisplay, aStream->XWindow, event_mask);
while(!aStream->exit_event_loop){
@@ -1279,8 +1278,6 @@
}
aStream->exit_event_loop = 0;
- /* printf("Key <Return> to finish\n"); */
- /* getc(stdin); */
}
/*---------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|