]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Optimization for ComboBoxes on TouchScreens
authorc vw <dl1ycf@darc.de>
Thu, 21 Apr 2022 16:23:51 +0000 (18:23 +0200)
committerc 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

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