~blue-shell-next/carbon-gtk/gtk3

« back to all changes in this revision

Viewing changes to src/oxygenqtsettings.h

  • Committer: Hugo Pereira Da Costa
  • Date: 2014-06-26 09:43:23 UTC
  • mfrom: (1985.1.152)
  • Revision ID: git-v1:f6108bc9daa716e27e7649a4d08d61edcdff5dd5
Merge branch 'gtk3-1.3-bugfix-0' into gtk3-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            Forced = 1<<6
74
74
        };
75
75
 
 
76
        //! sets whether wm shadows are supported
 
77
        void setWMShadowsSupported( bool value )
 
78
        { _wmShadowsSupported = value; }
 
79
        
76
80
        //! returns user config dir
77
81
        std::string userConfigDir( void ) const
78
82
        { return _userConfigDir; }
435
439
        /*! this is needed to deal with some application hacks */
436
440
        ApplicationName _applicationName;
437
441
 
 
442
        //! true if window manager shadows are supported
 
443
        /*! if true, disable CSD shadows */
 
444
        bool _wmShadowsSupported;
 
445
        
438
446
        //! kde global options
439
447
        OptionMap _kdeGlobals;
440
448