From: a bellenir Date: Sun, 3 Aug 2014 06:35:09 +0000 (+0000) Subject: fix refresh state order X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=991716446585219c80c0692dad6063da867029dc;p=archive%2Fafm.git fix refresh state order --- 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;