diff -r 00f9ee97d895 -r f05641c183ff bluetoothengine/bthid/common/inc/bthidPsKey.h --- a/bluetoothengine/bthid/common/inc/bthidPsKey.h Fri Apr 16 15:08:36 2010 +0300 +++ b/bluetoothengine/bthid/common/inc/bthidPsKey.h Mon May 03 12:40:50 2010 +0300 @@ -28,7 +28,9 @@ { ECursorNotInitialized = 0, ECursorShow = 1, - ECursorHide = 2 + ECursorHide = 2, + ECursorRedraw = 3, + ECursorReset = 4 }; #endif /* BTHIDPSKEY_H_ */