1
0
Fork 0
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:
Dave Davenport 2022-01-25 11:23:40 +01:00
parent 85c6545a43
commit bdea8b9787
2 changed files with 3 additions and 1 deletions

View file

@ -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_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([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([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([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")) AC_CHECK_HEADER([setjmp.h],, AC_MSG_ERROR("Could not find the setjmp.h header file"))

View file

@ -354,7 +354,8 @@ static XrmOption xrmOptions[] = {
"combi-hide-mode-prefix", "combi-hide-mode-prefix",
{.snum = &config.combi_hide_mode_prefix}, {.snum = &config.combi_hide_mode_prefix},
NULL, 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}, CONFIG_DEFAULT},
{xrm_String, {xrm_String,
"combi-display-format", "combi-display-format",