diff -r 9c3798b88e30 -r b78e66e88238 bluetoothengine/bthid/common/inc/bthidPsKey.h --- a/bluetoothengine/bthid/common/inc/bthidPsKey.h Sat Apr 24 00:12:05 2010 +0300 +++ b/bluetoothengine/bthid/common/inc/bthidPsKey.h Sat Apr 24 00:30:17 2010 +0300 @@ -28,7 +28,9 @@ { ECursorNotInitialized = 0, ECursorShow = 1, - ECursorHide = 2 + ECursorHide = 2, + ECursorRedraw = 3, + ECursorReset = 4 }; #endif /* BTHIDPSKEY_H_ */