1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Options] explicitely mark offset deprecated.

This commit is contained in:
Dave Davenport 2022-07-02 20:55:16 +02:00
parent c6456d2c1b
commit c37186a911

View file

@ -105,13 +105,15 @@ static XrmOption xrmOptions[] = {
"yoffset",
{.snum = &config.y_offset},
NULL,
"Y-offset relative to location",
"Y-offset relative to location. *DEPRECATED* see rofi-theme manpage for "
"new option",
CONFIG_DEFAULT},
{xrm_SNumber,
"xoffset",
{.snum = &config.x_offset},
NULL,
"X-offset relative to location",
"X-offset relative to location. *DEPRECATED* see rofi-theme manpage for "
"new option",
CONFIG_DEFAULT},
{xrm_Boolean,
"fixed-num-lines",