mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Mark -combi-hide-mode-prefix as deprecated.
This commit is contained in:
parent
85c6545a43
commit
bdea8b9787
2 changed files with 3 additions and 1 deletions
|
@ -124,6 +124,7 @@ AC_CHECK_FUNC([readdir],, AC_MSG_ERROR("Could not find readdir in c library"))
|
|||
AC_CHECK_HEADER([math.h],, AC_MSG_ERROR("Could not find math.h header file"))
|
||||
AC_SEARCH_LIBS([floor],[m],, AC_MSG_ERROR("Could not find floor in math library"))
|
||||
AC_SEARCH_LIBS([ceil], [m],, AC_MSG_ERROR("Could not find ceil in math library"))
|
||||
AC_SEARCH_LIBS([round], [m],, AC_MSG_ERROR("Could not find round in math library"))
|
||||
|
||||
AC_CHECK_HEADER([sysexits.h],, AC_MSG_ERROR("Could not find the sysexists.h header file"))
|
||||
AC_CHECK_HEADER([setjmp.h],, AC_MSG_ERROR("Could not find the setjmp.h header file"))
|
||||
|
|
|
@ -354,7 +354,8 @@ static XrmOption xrmOptions[] = {
|
|||
"combi-hide-mode-prefix",
|
||||
{.snum = &config.combi_hide_mode_prefix},
|
||||
NULL,
|
||||
"Hide the prefix mode prefix on the combi view.",
|
||||
"Hide the prefix mode prefix on the combi view.**deprecated** use "
|
||||
"combi-display-format",
|
||||
CONFIG_DEFAULT},
|
||||
{xrm_String,
|
||||
"combi-display-format",
|
||||
|
|
Loading…
Reference in a new issue