diff options
Diffstat (limited to 'src/ui_ipc.h')
-rw-r--r-- | src/ui_ipc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui_ipc.h b/src/ui_ipc.h index 5ecfaa4..0b71d08 100644 --- a/src/ui_ipc.h +++ b/src/ui_ipc.h @@ -8,8 +8,7 @@ enum UI_IPC_SEM { - SEM_RD = 0, /* UI Init done? */ - SEM_UI, /* TUI active? */ + SEM_UI = 0, /* TUI active? */ SEM_IN, /* Textfield has input avail */ SEM_BS, /* Master process busy */ SEM_NUM |