summaryrefslogtreecommitdiffstats
path: root/include/rofi-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi-types.h')
-rw-r--r--include/rofi-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
index 4fc878d4..4fdb3e37 100644
--- a/include/rofi-types.h
+++ b/include/rofi-types.h
@@ -370,6 +370,7 @@ typedef struct rofi_int_matcher_t {
*/
typedef struct _thread_state {
void (*callback)(struct _thread_state *t, gpointer data);
+ int priority;
} thread_state;
extern GThreadPool *tpool;