projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbfc2d
)
Optimization for ComboBoxes on TouchScreens
author
c vw
<dl1ycf@darc.de>
Thu, 21 Apr 2022 16:23:51 +0000
(18:23 +0200)
committer
c vw
<dl1ycf@darc.de>
Thu, 21 Apr 2022 16:23:51 +0000
(18:23 +0200)
(on by default, can be switched off in radio menu)
radio.h
patch
|
blob
|
history
diff --git
a/radio.h
b/radio.h
index 8cb2d54073f1f26a008e1f150d70a5d3867d0a6d..4beb18635edefe0ce8c97399a432d32180d25982 100644
(file)
--- a/
radio.h
+++ b/
radio.h
@@
-377,4
+377,6
@@
extern void disable_rigctl(void);
extern int remote_start(void *data);
#endif
+extern int optimize_for_touchscreen;
+extern void my_combo_attach(GtkGrid *grid, GtkWidget *combo, int row, int col, int spanrow, int spancol);
#endif