~ubuntu-branches/ubuntu/precise/me-tv/precise-proposed

« back to all changes in this revision

Viewing changes to src/me-tv-xine.cc

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer, Teis Dreijer, Julian Andres Klode
  • Date: 2009-12-06 11:49:53 UTC
  • mfrom: (1.1.9 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20091206114953-7agz1kws9au11tww
Tags: 1.0.2-1
[ Teis Dreijer ]
* New upstream release

[ Julian Andres Klode ]
* Delete me-tv.schemas in the clean target (see upstream bug LP #493132).

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
        xine_port_send_gui_data(video_port, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) window);
267
267
        xine_port_send_gui_data(video_port, XINE_GUI_SEND_VIDEOWIN_VISIBLE, (void *) 1);
268
268
 
269
 
 
270
269
        if (video_port != NULL && strcmp(argv[5], "tvtime") == 0)
271
270
        {
272
271
                xine_post_wire_video_port(xine_get_video_source(stream), video_port);