fixed credit, typo

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2002-09-12 22:27:34 +00:00
parent 4453c0caef
commit f6dda8fac6
+3 -3
View File
@@ -1,10 +1,10 @@
/* /*
* Workspaces.cpp * Workspaces.cpp
* Open BeOS version alpha 1 by François Revol [email protected] * Open BeOS version alpha 1 by Francois Revol [email protected]
* *
* Workspaces window trick found by Minox on BeShare * Workspaces window trick found by Michael "Minox" Paine.
* (using B_ALL_WORKSPACES as flags in BWindow) * (using B_ALL_WORKSPACES as flags in BWindow)
* Found out that using 0xffffffff as Flags was causing the windo not to close on Alt-W * Found out that using 0xffffffff as Flags was causing the window not to close on Alt-W
* hey Workspaces get Flags of Window 0 * hey Workspaces get Flags of Window 0
* gives 0x00008080 which makes it. * gives 0x00008080 which makes it.
*/ */