~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/unityWindowTracker/unityWindowTracker.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
   case UNITY_UPDATE_CHANGE_ZORDER:
888
888
      UnityWindowTracker_SetZOrder(tracker, update->u.zorder.ids,
889
889
                                   update->u.zorder.count);
 
890
      /*
 
891
       * This function is only every called from the host. Thus, if we get
 
892
       * a zorder changed event from the guest it's safe to blindly trust it
 
893
       * mark the zorder as changed. See bug 409742 for more info.
 
894
       */
 
895
      tracker->zorderChanged = TRUE;
890
896
      break;
891
897
 
892
898
   case UNITY_UPDATE_CHANGE_WINDOW_STATE: