xrandr: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 12 17:48:32 UTC 2019


 configure.ac |    2 +-
 xrandr.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a58ed3b768d505c0428242cfad0b7a71d23558ab
Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Aug 12 10:42:41 2019 -0700

    xrandr 1.5.1
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 829ed54d89bb37c9e2f8050fe72bd4ecf7b5395a
Author: Vladimir Panteleev <git at thecybershadow.net>
Date:   Thu Dec 20 11:28:51 2018 +0000

    xrandr: Fix deleting inactive monitors
    
    The following commands did not behave correctly:
    
    xrandr --setmonitor empty auto none
    xrandr --delmonitor empty
    
    The second command failed with "No monitor named 'empty'". This
    occurred because get_monitors was invoked with its get_active argument
    set to False, which caused it to not retrieve inactive monitors. Thus,
    inactive monitors could not be deleted.
    
    Fix this bug by invoking get_monitors (and, thus, XRRGetMonitors) with
    get_active = False, thus enabling deletion of disabled monitors.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>



More information about the xorg-commit mailing list