libwave: Use libdebug for debugging messages.

This commit is contained in:
Andreas Eversberg
2018-02-15 07:31:40 +01:00
parent f91e6f5034
commit 6b9326982a
3 changed files with 32 additions and 29 deletions

View File

@@ -61,6 +61,7 @@ struct debug_cat {
{ "sdr", "\033[1;31m" },
{ "uhd", "\033[1;35m" },
{ "soapy", "\033[1;35m" },
{ "wave", "\033[1;33m" },
{ NULL, NULL }
};

View File

@@ -24,6 +24,7 @@
#define DSDR 17
#define DUHD 18
#define DSOAPY 19
#define DWAVE 20
void get_win_size(int *w, int *h);