projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c3c5b
)
preparation for big merge
author
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:56 +0000
(18:17 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:56 +0000
(18:17 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index d93fe9b1057b03f2d1ed88e619b4fbe15272c68e..d964e7f3e0eaf2befdf0de5e5de7639e3d3c90a3 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-62,6
+62,7
@@
#endif
#include "ext.h"
#include "vfo.h"
+#include "css.h"
struct utsname unameData;
@@
-229,6
+230,8
@@
static void activate_pihpsdr(GtkApplication *app, gpointer data) {
fprintf(stderr,"version: %s\n",unameData.version);
fprintf(stderr,"machine: %s\n",unameData.machine);
+ load_css();
+
GdkScreen *screen=gdk_screen_get_default();
if(screen==NULL) {
fprintf(stderr,"no default screen!\n");