X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-button.h;h=7518d05ccb8290efe39c6571a530ada9d6b09a47;hb=7212a8a99ee863698f5feaa00abb4b99f3996a1a;hp=0378211325c1a7e9dcef56e815d02799be77ec90;hpb=e9d21f240704f87c6bb5f7fca1c5e6d0f31c84cd;p=elogind.git diff --git a/src/login/logind-button.h b/src/login/logind-button.h index 037821132..7518d05cc 100644 --- a/src/login/logind-button.h +++ b/src/login/logind-button.h @@ -25,9 +25,11 @@ typedef struct Button Button; typedef enum HandleButton { - HANDLE_NO, - HANDLE_YES, /* only if no inhibitor is taken/no session is around */ - HANDLE_ALWAYS, /* regardless if inhibitor is taken/session is around */ + HANDLE_OFF, + HANDLE_NO_SESSION, /* Only handle key when nobody is logged in; honour inhibitors */ + HANDLE_TTY_SESSION, /* Only handle key when nobody is logged in, or the fg session is the only one and non-graphical; honour inhibitors */ + HANDLE_ANY_SESSION, /* Only handle key when nobody is logged in, or the fg session is the only one; honour inhibtors */ + HANDLE_ALWAYS, /* Always handle, ignore sessions; ignore inhibitors */ _HANDLE_BUTTON_MAX, _HANDLE_BUTTON_INVALID = -1 } HandleButton;