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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user