fixing mac bustage

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-07-15 22:18:54 +00:00
parent cdfeece69d
commit 3764a0b2cf

View File

@@ -100,3 +100,14 @@ nsMacShellService::OpenPreferredApplication(PRInt32 aApplication)
return NS_OK;
}
NS_IMETHODIMP
nsMacShellService::GetDesktopBackgroundColor(PRUint32 *aColor)
{
return NS_OK;
}
NS_IMETHODIMP
nsMacShellService::SetDesktopBackgroundColor(PRUint32 *aColor)
{
return NS_OK;
}