From: <ai...@us...> - 2014-04-26 02:02:57
|
Revision: 13107 http://sourceforge.net/p/plplot/code/13107 Author: airwin Date: 2014-04-26 02:02:55 +0000 (Sat, 26 Apr 2014) Log Message: ----------- Style previous commit. Modified Paths: -------------- trunk/drivers/wingcc.c Modified: trunk/drivers/wingcc.c =================================================================== --- trunk/drivers/wingcc.c 2014-04-21 04:34:46 UTC (rev 13106) +++ trunk/drivers/wingcc.c 2014-04-26 02:02:55 UTC (rev 13107) @@ -76,17 +76,17 @@ typedef struct { - PLFLT scale; // scaling factor to "blow up" to the "virtual" page in removing hidden lines - PLINT width; // Window width (which can change) - PLINT height; // Window Height + PLFLT scale; // scaling factor to "blow up" to the "virtual" page in removing hidden lines + PLINT width; // Window width (which can change) + PLINT height; // Window Height - PLFLT PRNT_scale; - PLINT PRNT_width; - PLINT PRNT_height; + PLFLT PRNT_scale; + PLINT PRNT_width; + PLINT PRNT_height; PLGraphicsIn gin; - char FT_smooth_text; + char FT_smooth_text; // // WIN32 API variables // @@ -1000,13 +1000,13 @@ { wingcc_Dev *dev = (wingcc_Dev *) pls->dev; - HCURSOR crosshair; - HCURSOR previous; + HCURSOR crosshair; + HCURSOR previous; plGinInit( gin ); crosshair = LoadCursor( GetModuleHandle( NULL ), IDC_CROSS ); - previous = SetCursor( crosshair ); + previous = SetCursor( crosshair ); while ( gin->pX < 0 ) { @@ -1064,7 +1064,7 @@ void plD_esc_wingcc( PLStream *pls, PLINT op, void *ptr ) { - wingcc_Dev *dev = (wingcc_Dev *) pls->dev; + wingcc_Dev *dev = (wingcc_Dev *) pls->dev; PLGraphicsIn *gin = &( dev->gin ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |