aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdebug
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdebug')
-rw-r--r--src/libdebug/debug.c1
-rw-r--r--src/libdebug/debug.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libdebug/debug.c b/src/libdebug/debug.c
index e4dcfcc..fd891ec 100644
--- a/src/libdebug/debug.c
+++ b/src/libdebug/debug.c
@@ -62,6 +62,7 @@ struct debug_cat {
{ "uhd", "\033[1;35m" },
{ "soapy", "\033[1;35m" },
{ "wave", "\033[1;33m" },
+ { "radio", "\033[1;34m" },
{ NULL, NULL }
};
diff --git a/src/libdebug/debug.h b/src/libdebug/debug.h
index 782b56c..8a76d45 100644
--- a/src/libdebug/debug.h
+++ b/src/libdebug/debug.h
@@ -25,6 +25,7 @@
#define DUHD 18
#define DSOAPY 19
#define DWAVE 20
+#define DRADIO 21
void get_win_size(int *w, int *h);