1. 10 Oct, 2014 2 commits
  2. 09 Oct, 2014 1 commit
  3. 08 Oct, 2014 21 commits
  4. 07 Oct, 2014 3 commits
  5. 06 Oct, 2014 8 commits
  6. 05 Oct, 2014 4 commits
  7. 04 Oct, 2014 1 commit
    • Antonio Ospite's avatar
      x11grab: Check the XQueryPointer return value · 2a5ac99e
      Antonio Ospite authored
      The paint_mouse_pointer() code uses XFixes to retrieve the cursor
      coordinates, but XFixes gives no information about which screen the
      pointer is on; this results in always drawing the cursor on the
      captured screen even if the mouse pointer was on another screen.
      
      For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1")
      the cursor was being drawn in the captured image even when the mouse
      pointer was actually on screen 0, which is wrong and visually confusing.
      
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      2a5ac99e