diff -r f7fbeaeb166a -r b23265fb36da bluetoothengine/bthid/common/inc/bthidPsKey.h --- a/bluetoothengine/bthid/common/inc/bthidPsKey.h Wed Apr 14 16:09:00 2010 +0300 +++ b/bluetoothengine/bthid/common/inc/bthidPsKey.h Tue Apr 27 16:49:44 2010 +0300 @@ -28,7 +28,9 @@ { ECursorNotInitialized = 0, ECursorShow = 1, - ECursorHide = 2 + ECursorHide = 2, + ECursorRedraw = 3, + ECursorReset = 4 }; #endif /* BTHIDPSKEY_H_ */