From: <and...@us...> - 2011-12-08 20:53:43
|
Revision: 12104 http://plplot.svn.sourceforge.net/plplot/?rev=12104&view=rev Author: andrewross Date: 2011-12-08 20:53:37 +0000 (Thu, 08 Dec 2011) Log Message: ----------- tk driver doesn't really need plxwd.h including (only X11/keysym.h) and not including it avoids warnings about unused variables. Modified Paths: -------------- trunk/drivers/tk.c Modified: trunk/drivers/tk.c =================================================================== --- trunk/drivers/tk.c 2011-12-08 20:52:22 UTC (rev 12103) +++ trunk/drivers/tk.c 2011-12-08 20:53:37 UTC (rev 12104) @@ -39,12 +39,12 @@ #define NEED_PLDEBUG #include "pltkd.h" -#include "plxwd.h" #include "pltcl.h" #include "tcpip.h" #include "drivers.h" #include "metadefs.h" #include "plevent.h" +#include <X11/keysym.h> #if PL_HAVE_UNISTD_H # include <unistd.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |