Fixed client side AS_SET_DESKTOP_COLOR - did send a uint32 as int32.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15725 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-29 18:14:35 +00:00
parent fc6ec91732
commit 8f9ab4d1a3
+1 -1
View File
@@ -370,7 +370,7 @@ BPrivateScreen::SetDesktopColor(rgb_color color, uint32 workspace,
link.StartMessage(AS_SET_DESKTOP_COLOR);
link.Attach<rgb_color>(color);
link.Attach<int32>(workspace);
link.Attach<uint32>(workspace);
link.Attach<bool>(makeDefault);
link.Flush();
}