From 0fe524d0cd196fef3cede855aae5eb69e9d5696d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 12 Nov 2015 00:18:43 +0100 Subject: Add threading support. --- include/rofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index e1580b20..a767fb7a 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -252,6 +252,8 @@ typedef struct _Settings unsigned int fake_transparency; /** dpi */ int dpi; + /** Number threads (1 to disable) */ + unsigned int threads; } Settings; /** Global Settings structure. */ -- cgit v1.2.3