~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to lib/unity/unityPlatform.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-12-06 07:45:05 UTC
  • mfrom: (1.1.8 upstream) (2.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091206074505-43rp7oejjgp0y2re
Tags: 2009.11.16-210370-1
* Merging upstream version 2009.11.16-210370.
* Moving vmusr plugins from open-vm-tools to open-vm-toolbox (Closes:
  #539282, #557215).
* Correcting plugin location (Closes: #545222, #549044).
* Dropping la files (Closes: #551626).
* Adding open-vm-toolbox lintian overrides.
* Removing test plugin.
* Removing unused plugin symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 * Implemented by unityPlatform[Win32|X11|Cocoa (ha!)].c
55
55
 */
56
56
 
 
57
#ifdef __cplusplus
 
58
extern "C" {
 
59
#endif // __cplusplus
57
60
Bool UnityPlatformIsSupported(void);
58
61
UnityPlatform *UnityPlatformInit(UnityWindowTracker *tracker,
59
62
                                 UnityUpdateChannel *updateChannel,
134
137
void UnityUpdateChannelCleanup(UnityUpdateChannel *updateChannel);
135
138
Bool UnitySendUpdates(UnityUpdateChannel *updateChannel);
136
139
 
 
140
#ifdef __cplusplus
 
141
};
 
142
#endif // __cplusplus
 
143
 
137
144
#endif