From e54e012500ecf2ebd35bbfef669f3971fb199bad Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 10 Apr 2016 12:05:34 +0200 Subject: Issue: #381: Try to handle X11 input and UTF-8 better. In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8. Dmenu: don't skip invalid lines, but try to display as much as possible. Window mode: Double check all input from X. --- include/mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index 90bae0f3..aaf38566 100644 --- a/include/mode.h +++ b/include/mode.h @@ -7,7 +7,7 @@ * The 'object' that makes a mode in rofi. * @{ */ -typedef struct rofi_mode Mode; +typedef struct rofi_mode Mode; /** * Enum used to sum the possible states of ROFI. -- cgit v1.2.3