Ignore:
Timestamp:
Dec 27, 2011, 5:44:12 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: latest svn update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mplayerprocess.h

    r112 r119  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2010 Ricardo Villalba <rvm@escomposlinux.org>
     2    Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3737{
    3838public:
    39         PipeThread(const QByteArray t, const HPIPE pipe);
    40         ~PipeThread();
    41         void run();
     39        PipeThread(const QByteArray t, const HPIPE pipe);
     40        ~PipeThread();
     41        void run();
    4242
    4343private:
    44         HPIPE   hpipe;
    45         QByteArray text;
    46 
     44        HPIPE hpipe;
     45        QByteArray text;
    4746};
    4847#endif
     
    117116
    118117#if defined(Q_OS_OS2)
    119         void MPpipeOpen();
    120         void MPpipeClose();
    121         void MPpipeWrite(const QByteArray text);
     118        void MPpipeOpen();
     119        void MPpipeClose();
     120        void MPpipeWrite(const QByteArray text);
    122121#endif
    123122
     
    131130
    132131#if defined(Q_OS_OS2)
    133         PipeThread *pipeThread;       
    134         HPIPE  hpipe;
    135         PID  pidMP;
     132        PipeThread *pipeThread;       
     133        HPIPE hpipe;
     134        PID pidMP;
    136135#endif
    137136
     
    155154};
    156155
     156
    157157#endif
Note: See TracChangeset for help on using the changeset viewer.