Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37880010
en ru br
ALT Linux repositórios
S:1.5-alt2_31

Group :: Jogos/Outros
RPM: crystal-stacker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: crystal-stacker-1.5-fcommon-fix.patch
Download


diff -up crystal-stacker-1.5/ce/source/externs.h~ crystal-stacker-1.5/ce/source/externs.h
--- crystal-stacker-1.5/ce/source/externs.h~	2001-03-31 07:27:24.000000000 +0200
+++ crystal-stacker-1.5/ce/source/externs.h	2020-03-03 23:05:10.357371067 +0100
@@ -27,7 +27,7 @@ extern BITMAP * toolpic;
 extern BITMAP * leftbar;
 extern BITMAP * tool[TOTAL_TOOLS];
 
-void (*update_proc)();
+extern void (*update_proc)();
 
 extern SETTINGS ThemeSettings;
 
diff -up crystal-stacker-1.5/ce/source/ce.c~ crystal-stacker-1.5/ce/source/ce.c
--- crystal-stacker-1.5/ce/source/ce.c~	2006-04-04 22:15:40.000000000 +0200
+++ crystal-stacker-1.5/ce/source/ce.c	2020-03-03 23:13:41.019229310 +0100
@@ -1,6 +1,8 @@
 #include "palette.h"
 #include "includes.h"
 
+void (*update_proc)();
+
 /* sets up the main menu */
 void make_main_menu(void)
 {
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009