Qt: add support for the palette config option

Depends on CHANGE_COLOR compile-time option.
This commit is contained in:
Pasi Kallinen
2024-11-14 17:25:44 +02:00
parent c7591c0e08
commit 62971c6f09
5 changed files with 77 additions and 108 deletions
+3
View File
@@ -71,6 +71,9 @@ public:
const glyph_info *bkglyphinfo);
static void qt_raw_print(const char *str);
static void qt_raw_print_bold(const char *str);
static const QPen nhcolor_to_pen(uint32_t c);
static void qt_change_color(int color, long rgb, int reverse UNUSED);
static char *qt_get_color_string(void);
static int qt_nhgetch();
static int qt_nh_poskey(coordxy *x, coordxy *y, int *mod);
static void qt_nhbell();