~videolan/vlc/full-packaging.quantal

« back to all changes in this revision

Viewing changes to modules/video_output/xcb/xvideo.c

  • Committer: Benjamin Drung
  • Date: 2013-01-06 00:49:48 UTC
  • mfrom: (1.2.21)
  • Revision ID: git-v1:89269d0579e5bc240c5b31af89719918e4a5afd2
Merge tag 'upstream/2.0.5' into quantal

Upstream version 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
                xcb_intern_atom (conn, 1, 21, "XV_AUTOPAINT_COLORKEY"), NULL);
567
567
        if (r != NULL && r->atom != 0)
568
568
            xcb_xv_set_port_attribute(conn, p_sys->port, r->atom, 1);
 
569
        free(r);
569
570
    }
570
571
 
571
572
    /* Create cursor */