Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/ace-of-penguins/files/patch-lib_table.c
16461 views
1
--- lib/table.c.orig 2020-08-27 17:10:12 UTC
2
+++ lib/table.c
3
@@ -57,7 +57,7 @@ static int ex=0, ey=0, ew=0, eh=0;
4
static int graphics_disabled = 1;
5
6
OptionDesc *app_options;
7
-OptionDesc *xwin_options;
8
+extern OptionDesc *xwin_options;
9
static OptionDesc *options[5];
10
11
static OptionDesc ace_options[] = {
12
13