From 991716446585219c80c0692dad6063da867029dc Mon Sep 17 00:00:00 2001 From: a bellenir Date: Sun, 3 Aug 2014 06:35:09 +0000 Subject: [PATCH] fix refresh state order --- source/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state.h b/source/state.h index ea80709..e83e484 100644 --- a/source/state.h +++ b/source/state.h @@ -24,8 +24,8 @@ WorkDir_T* state_get_focused_workdir(void); typedef enum { REFRESH_COMPLETE = 0, - REFRESH_CURR_WIN, REFRESH_AARDVARK, + REFRESH_CURR_WIN, REFRESH_ALL_WINS, } RefreshState_T; -- 2.54.0