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

« back to all changes in this revision

Viewing changes to lib/unity/unityPlatform.h

  • 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:
57
57
Bool UnityPlatformIsSupported(void);
58
58
UnityPlatform *UnityPlatformInit(UnityWindowTracker *tracker,
59
59
                                 UnityUpdateChannel *updateChannel,
60
 
                                 int* blockedWnd);
 
60
                                 int *blockedWnd,
 
61
                                 DesktopSwitchCallbackManager *desktopSwitchCallbackMgr);
61
62
void UnityPlatformCleanup(UnityPlatform *up);
62
63
void UnityPlatformRegisterCaps(UnityPlatform *up);
63
64
void UnityPlatformUnregisterCaps(UnityPlatform *up);
112
113
Bool UnityPlatformSetWindowDesktop(UnityPlatform *up,
113
114
                                   UnityWindowId windowId,
114
115
                                   UnityDesktopId desktopId);
 
116
Bool UnityPlatformStickWindow(UnityPlatform *up,
 
117
                              UnityWindowId windowId);
 
118
Bool UnityPlatformUnstickWindow(UnityPlatform *up,
 
119
                                UnityWindowId windowId);
115
120
Bool UnityPlatformIsUnityRunning(UnityPlatform *up);
116
121
Bool UnityPlatformStartHelperThreads(UnityPlatform *up);
117
122
void UnityPlatformKillHelperThreads(UnityPlatform *up);