mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-30 20:55:49 +00:00
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user