Ignore:
Timestamp:
Oct 24, 2012, 8:25:23 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update trunk to 0.8.1

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mplayerwindow.h

    r124 r135  
    164164        virtual bool eventFilter( QObject * watched, QEvent * event );
    165165
     166#if LOGO_ANIMATION
     167        bool animatedLogo() { return animated_logo; }
     168#endif
     169
    166170public slots:
    167171        void setLogoVisible(bool b);
    168172        void showLogo() { setLogoVisible(true); };
    169173        void hideLogo() { setLogoVisible(false); };
     174
     175#if LOGO_ANIMATION
     176        void setAnimatedLogo(bool b) { animated_logo = b; };
     177#endif
    170178
    171179        void moveLeft();
     
    226234        QTimer * resize_timer;
    227235#endif
     236
     237#if LOGO_ANIMATION
     238        bool animated_logo;
     239#endif
    228240};
    229241
Note: See TracChangeset for help on using the changeset viewer.