Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/geda/files/patch-gattrib_src_gtksheet__2__2.c
16462 views
1
--- gattrib/src/gtksheet_2_2.c.orig 2013-09-25 20:59:27 UTC
2
+++ gattrib/src/gtksheet_2_2.c
3
@@ -57,6 +57,16 @@
4
#include "../include/prototype.h" /* function prototypes */
5
#include "../include/globals.h"
6
7
+TOPLEVEL *pr_current;
8
+SHEET_DATA *sheet_head;
9
+
10
+GtkWidget *window;
11
+GtkWidget *notebook;
12
+GtkSheet **sheets;
13
+GtkWidget **scrolled_windows;
14
+GtkWidget *entry;
15
+GtkWidget *label;
16
+
17
#ifdef HAVE_LIBDMALLOC
18
#include <dmalloc.h>
19
#endif
20
21