mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c613b72d67
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
22 lines
403 B
Diff
22 lines
403 B
Diff
--- a/src/bar.c
|
|
+++ b/src/bar.c
|
|
@@ -26,6 +26,8 @@
|
|
#include <utils.h>
|
|
#include <bar.h>
|
|
|
|
+GtkBuilder *bar_gtk_builder = NULL;
|
|
+
|
|
/*
|
|
* Calculate the better position where put the bar.
|
|
*/
|
|
--- a/src/utils.h
|
|
+++ b/src/utils.h
|
|
@@ -62,7 +62,7 @@
|
|
|
|
|
|
/* The gtk builder object of the bar window */
|
|
-GtkBuilder *bar_gtk_builder;
|
|
+extern GtkBuilder *bar_gtk_builder;
|
|
|
|
|
|
#define PROGRAM_NAME "Ardesia"
|