~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116

« back to all changes in this revision

Viewing changes to gtk/window-decorator/gwd-settings.c

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-18 11:32:20 UTC
  • mfrom: (3248.2.10)
  • Revision ID: timo.jyrinki@canonical.com-20120918113220-muavjbyvtxuysaix
* New upstream snapshot.
  - Fix the case where a new gsettings schema got added for building but
    it wasn't recompiled locally (LP: #1046701)
  - Scale: select the window under the pointer, when the scale animation 
    is over. (LP: #1045127)
  - Fixes the some "Use of uninitialised value" warnings reported by
    valgrind (LP: #1004336))
  - Check if org.gnome.mutter is available before using it (LP: #1048551)
  - We don't need to map our style windows, prevent them from cluttering 
    up the paint queue (LP: #1042552)
  - Don't ever enter the subdir of a plugin that is disabled. (LP: #1049100)
  - Workaround SubBuffer performance regression (LP: #1037411)
  - Changed the default placement of the benchmark window from 0,0 to
    100,50. (LP: #1039406)
  - Fix CMakeLists.txt to bring an xslt file back to compiz-dev
  - Avoid a NULL dereference and give a useful error message instead
    (LP: #944653)
  - Fix (LP: #1050752)
  - Fix flickering and performance problems with using Unredirect Fullscreen 
    Windows with multiple monitors. (LP: #1050749) (LP: #1051885)

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
 
358
358
static gboolean
359
359
gwd_settings_opacity_changed (GWDSettingsWritable *settings,
 
360
                              gdouble             active_opacity,
360
361
                              gdouble             inactive_opacity,
361
 
                              gdouble             active_opacity,
362
 
                              gboolean            inactive_shade_opacity,
363
 
                              gboolean            active_shade_opacity)
 
362
                              gboolean            active_shade_opacity,
 
363
                              gboolean            inactive_shade_opacity)
364
364
{
365
365
    GWDSettingsImpl        *settings_impl = GWD_SETTINGS_IMPL (settings);
366
366
    GWDSettingsImplPrivate *priv = GET_PRIVATE (settings_impl);