Ignore:
Timestamp:
May 23, 2013, 5:06:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.5'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/core.h

    r127 r140  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    236236        void changeSubVisibility(bool visible);
    237237
     238
     239
    238240        //! Audio equalizer
    239241        void setAudioEqualizer(AudioEqualizerList values, bool restart = false);
     
    274276        void nextWheelFunction();
    275277
     278
    276279        void changeSize(int); // Size of the window
    277280        void toggleDoubleSize();
     281
    278282        void changeZoom(double); // Zoom on mplayerwindow
    279283
     
    359363        void displayScreenshotName(QString filename);
    360364        void displayUpdatingFontCache();
     365
    361366
    362367        void streamTitleChanged(QString);
     
    420425
    421426signals:
     427
    422428        void aboutToStartPlaying(); // Signal emited just before to start mplayer
    423429        void mediaLoaded();
Note: See TracChangeset for help on using the changeset viewer.