Ticket #4390: videoout_embedding.patch

File videoout_embedding.patch, 389 bytes (added by andrei@…, 16 years ago)
  • libs/libmythtv/videooutbase.cpp

     
    612612 */
    613613void VideoOutput::EmbedInWidget(WId wid, int x, int y, int w, int h)
    614614{
     615    if (embedding)
     616        return;
     617
    615618    (void)wid;
    616619
    617620    embedding = true;