openbsd-ports/graphics/flash/patches/patch-Lib_flash_cc
2010-05-23 16:20:47 +00:00

18 lines
543 B
Plaintext

$OpenBSD: patch-Lib_flash_cc,v 1.1 2010/05/23 16:20:47 espie Exp $
--- Lib/flash.cc.orig Sun May 23 18:18:13 2010
+++ Lib/flash.cc Sun May 23 18:19:33 2010
@@ -263,7 +263,6 @@ FlashSettings(FlashHandle flashHandle, long settings)
fh->main->program->modifySettings( settings );
}
-int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;
void flash_dump(void)
{
@@ -273,3 +272,5 @@ void flash_dump(void)
}
}; /* end of extern C */
+
+int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;