~ubuntu-branches/ubuntu/saucy/compiz/saucy-proposed

« back to all changes in this revision

Viewing changes to src/screen.cpp

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Brandon Schaefer, Sam Spilsbury, Automatic PS uploader
  • Date: 2013-01-21 04:01:41 UTC
  • mfrom: (3248.176.3)
  • Revision ID: package-import@ubuntu.com-20130121040141-4gvyct89sywzgsqq
Tags: 1:0.9.9~daily13.01.21-0ubuntu1
[ Brandon Schaefer ]
* Window Management - Implement maximize and semi-maximise transitions
  (LP: #689792)

[ Sam Spilsbury ]
* Several memory leaks in ccsIntegratedSettingListAppend() from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPredicate()
  from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPluginAndSe
  ttingName() (LP: #1100539)
* Several leaks in g_settings_new() [g_object_new()] from
  ccsGSettingsNewNoPath() [ccs_gsettings_interface_wrapper.c:184] (LP:
  #1097649)
* Compiz reports incorrect _NET_DESKTOP_GEOMETRY until first viewport
  switch (LP: #1096455)

[ Automatic PS uploader ]
* Automatic snapshot from revision 3569

Show diffs side-by-side

added added

removed removed

Lines of Context:
4998
4998
 
4999
4999
    updateScreenEdges ();
5000
5000
 
5001
 
    setDesktopHints ();
5002
5001
    eventManager.setSupportingWmCheck (dpy, rootWindow());
5003
5002
    screen->updateSupportedWmHints ();
5004
5003
 
5114
5113
    if (!init_succeeded)
5115
5114
      return false;
5116
5115
 
5117
 
    /* The active plugins list might have been changed - load any
5118
 
     * new plugins */
5119
 
 
 
5116
    /* The viewport geometry depends on the new new plugins loaded
 
5117
     * especially those that modify option values */
5120
5118
    viewPort.vpSize.setWidth (optionGetHsize ());
5121
5119
    viewPort.vpSize.setHeight (optionGetVsize ());
 
5120
    setDesktopHints ();
5122
5121
 
5123
5122
    setAudibleBell (optionGetAudibleBell ());
5124
5123