Ignore:
Timestamp:
Dec 22, 2011, 6:27:52 PM (14 years ago)
Author:
Silvan Scherrer
Message:

smplayer vendor udate

File:
1 edited

Legend:

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

    r90 r118  
    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
     
    3333#endif
    3434
     35#ifdef Q_OS_OS2
     36#define MPLAYER_KAI_VERSION 30994
     37#endif
     38
    3539class PrefGeneral : public PrefWidget, public Ui::PrefGeneral
    3640{
     
    107111        bool startInFullscreen();
    108112
    109 #ifdef Q_OS_WIN
     113#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
    110114        void setAvoidScreensaver(bool b);
    111115        bool avoidScreensaver();
     
    118122#endif
    119123
    120 #ifndef Q_OS_WIN
    121         void setDisableFiltersWithVdpau(bool b);
    122         bool disableFiltersWithVdpau();
    123 #endif
    124 
    125124        void setBlackbordersOnFullscreen(bool b);
    126125        bool blackbordersOnFullscreen();
     
    186185        void vo_combo_changed(int);
    187186        void ao_combo_changed(int);
     187
     188#ifndef Q_OS_WIN
     189        void on_vdpau_button_clicked();
     190#endif
    188191
    189192protected:
     
    207210private:
    208211        bool filesettings_method_changed;
     212
     213#ifndef Q_OS_WIN
     214        struct Preferences::VDPAU_settings vdpau;
     215#endif
     216
    209217};
    210218
Note: See TracChangeset for help on using the changeset viewer.