Skip to content
Snippets Groups Projects
Dylan Baker's avatar
closed merge request !1 "wip: meson: Add meson build system" at xorg / lib / libXrandr
Marge Bot's avatar
accepted merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr
Marge Bot's avatar
pushed to branch master at xorg / lib / libXrandr
  • 8bf72e84 · meson: Add option to build with meson
Dylan Baker's avatar
approved merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr
Dylan Baker's avatar
commented on merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr

cool, then I think this is good to go.

Alan Coopersmith's avatar
commented on merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr

Since I passed in the lib object, it's picking up the version from the dep_randrproto object that was passed into the library() call, so the genera...

Dylan Baker's avatar
commented on merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr

Do you need the version on randrproto?

Dylan Baker's avatar
commented on merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr
  requires: ['xproto', f'randrproto >= @randrext_version@'],
Alan Coopersmith's avatar
opened merge request !8 "meson: Add option to build with meson" at xorg / lib / libXrandr
Hans-Peter Jansen's avatar
closed issue #10 "off-by-one with xrandr in screen size from a two display setup with nvidia drivers" at xorg / lib / libXrandr
Hans-Peter Jansen's avatar
commented on issue #10 "off-by-one with xrandr in screen size from a two display setup with nvidia drivers" at xorg / lib / libXrandr

As it turned out, the culprit really was a one pixel overlap in the screen layout....

Hans-Peter Jansen's avatar
opened issue #10 "off-by-one with xrandr in screen size from a two display setup with nvidia drivers" at xorg / lib / libXrandr
Alan Coopersmith's avatar
Alan Coopersmith's avatar
accepted merge request !7 "libXrandr 1.5.4" at xorg / lib / libXrandr
Alan Coopersmith's avatar
pushed to branch master at xorg / lib / libXrandr
Alan Coopersmith's avatar
opened merge request !7 "libXrandr 1.5.4" at xorg / lib / libXrandr
Alan Coopersmith's avatar
commented on merge request !6 "XRRGetMonitors(): free correct pointer in error path" at xorg / lib / libXrandr

For the record, this was originally submitted as a potential security bug, but I did not see a direct exploit path from the bad free() even if this...

Alan Coopersmith's avatar
accepted merge request !6 "XRRGetMonitors(): free correct pointer in error path" at xorg / lib / libXrandr
Alan Coopersmith's avatar
pushed to branch master at xorg / lib / libXrandr
  • 17581a13 · XRRGetMonitors(): free correct pointer in error path
Matt Turner's avatar
commented on merge request !6 "XRRGetMonitors(): free correct pointer in error path" at xorg / lib / libXrandr

Looks good to me.