From 68f2bfea619a454b5de1431689eb086cf13f5ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 21 Aug 2021 20:48:45 +0200 Subject: Abstract resize handling by adding a new Htop reaction --- Panel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index 96c138d1..40080da1 100644 --- a/Panel.h +++ b/Panel.h @@ -26,7 +26,8 @@ typedef enum HandlerResult_ { REFRESH = 0x08, REDRAW = 0x10, RESCAN = 0x20, - SYNTH_KEY = 0x40, + RESIZE = 0x40, + SYNTH_KEY = 0x80, } HandlerResult; #define EVENT_SET_SELECTED (-1) -- cgit v1.2.3