mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 13:40:15 +01:00
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
This commit is contained in:
parent
7eb6b69ebd
commit
277ff06e99
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ AdjustScreenUI(void)
|
|||
if (lefscr == NULL && rigscr == NULL && topscr == NULL && lefscr == NULL) {
|
||||
XF86ConfScreenPtr s;
|
||||
|
||||
if (adj->adj_where >= CONF_ADJ_RIGHTOF < adj->adj_where <= CONF_ADJ_BELOW) {
|
||||
if (adj->adj_where >= CONF_ADJ_RIGHTOF && adj->adj_where <= CONF_ADJ_BELOW) {
|
||||
s = xf86findScreen(adj->adj_refscreen, XF86Config->conf_screen_lst);
|
||||
for (i = 0; i < computer.num_screens; i++)
|
||||
if (computer.screens[i]->screen == s)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue