projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d132166
)
small correction
author
c vw
<dl1ycf@darc.de>
Tue, 22 Oct 2019 08:12:42 +0000
(10:12 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 22 Oct 2019 08:12:42 +0000
(10:12 +0200)
adc.h
patch
|
blob
|
history
tx_panadapter.c
patch
|
blob
|
history
diff --git
a/adc.h
b/adc.h
index 3585f0c1f4bb5a7f1544e1d3344fc43388e9ff1f..c1ab51d36a96c8c4547a21651b2c939a6d35daeb 100644
(file)
--- a/
adc.h
+++ b/
adc.h
@@
-20,6
+20,8
@@
#ifndef ADC_H
#define ADC_H
+#include <gtk/gtk.h>
+
enum {
AUTOMATIC=0,
MANUAL
diff --git
a/tx_panadapter.c
b/tx_panadapter.c
index a8c7fb0702f1524880f178cd03076217a42b82cc..1bc63b9da289ac58b11ec62f23caafff7d445b9f 100644
(file)
--- a/
tx_panadapter.c
+++ b/
tx_panadapter.c
@@
-310,7
+310,6
@@
void tx_panadapter_update(TRANSMITTER *tx) {
}
// cursor
-
cairo_set_source_rgb (cr, 1.0, 0.0, 0.0);
cairo_set_line_width(cr, 1.0);
//fprintf(stderr,"cursor: x=%f\n",(double)(display_width/2.0)+(vfo[tx->id].offset/hz_per_pixel));