~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/unity/unityPlatformX11.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3011
3011
 
3012
3012
 
3013
3013
/*
 
3014
 *-----------------------------------------------------------------------------
 
3015
 *
 
3016
 * UnityPlatformSetConfigDesktopColor --
 
3017
 *
 
3018
 *      Set the preferred desktop background color for use when in Unity Mode.
 
3019
 *
 
3020
 * Results:
 
3021
 *      None.
 
3022
 *
 
3023
 * Side effects:
 
3024
 *      None.
 
3025
 *
 
3026
 *-----------------------------------------------------------------------------
 
3027
 */
 
3028
 
 
3029
void
 
3030
UnityPlatformSetConfigDesktopColor(UnityPlatform *up, int desktopColor)
 
3031
{
 
3032
   ASSERT(up);
 
3033
}
 
3034
 
 
3035
 
 
3036
/*
3014
3037
 ******************************************************************************
3015
3038
 * Begin file-scope functions.
3016
3039
 *