--- src/init.c 2013-05-14 21:46:19.000000000 +0200 +++ src/init.c.new 2016-07-05 12:33:53.677722742 +0200 @@ -160,7 +160,7 @@ else if( Edev == 'g' ) { /* terminate existing image and start a new one with new size.. */ Esetwinscale( (int)(pagewidth*Epixelsinch), (int)(pageheight*Epixelsinch), pagewidth, pageheight ); - PLGG_setup( "", Epixelsinch, pagewidth, pageheight, uplefttx, upleftty ); + PLGG_setup( "", Epixelsinch, pagewidth, pageheight, uplefttx, upleftty, maxdrivervect ); } #endif }