2 * Copyright 2008, Haiku Inc.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
12 #include <Application.h>
16 main(int argc
, char** argv
)
18 BApplication
app("application/x-vnd.Haiku-test-wss");
23 activate_workspace(0);
25 activate_workspace(1);
30 for (int i
= 1; i
< argc
; i
++) {
31 activate_workspace(strtoul(argv
[i
], NULL
, 0));