Tweaked a def to remove a conflict with Accelerant.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-11-22 00:43:16 +00:00
parent 1021ea1790
commit 8ed6b7e48b
+2 -1
View File
@@ -199,7 +199,8 @@ enum {
B_GET_WORKSPACES = 0x0860,
B_SET_WORKSPACES = 0x0861,
B_SHOW_CURSOR = 0x0ECD,
// This is necessary because B_SHOW_CURSOR is defined in Accelerant.h
B_BPIC_SHOW_CURSOR = 0x0ECD,
B_HIDE_CURSOR = 0x0ECE,
B_OBSCURE_CURSOR = 0x0ECF,