diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/SERVER/openwfc/panics.h --- a/windowing/windowserver/SERVER/openwfc/panics.h Thu Aug 19 11:11:18 2010 +0300 +++ b/windowing/windowserver/SERVER/openwfc/panics.h Tue Aug 31 16:31:06 2010 +0300 @@ -160,9 +160,12 @@ EWsPanicUnexpectedBitmapHandleInArray = 125, //Bitmap handle in array with no matching bitmap object in bitmap ref array EWsPanicBitmapNotFound = 126, //Failed to find a bitmap in the bitmap ref array EWsPanicInvalidRotation = 127, //Invalid rotation used - EWsPanicInvalidPointerOffset = 128,//NOT USED //The pointer offset value in wsini.ini is invalid. + EWsPanicInvalidPointerOffset = 128, //The pointer offset value in wsini.ini is invalid. EWsPanicArrayInsertFailed = 129, //Array insert failed. - EWsPanicCompleteNullMessage = 130, //RMessage2 is NULL prior to calling Complete(). + EWsPanicAccessBeyondCommandBuf = 130, //Access beyond wserv command buffer + EWsPanicKeyEventRouterBadResult = 131, // Invalid result code from key event routing plug-in + EWsPanicKeyEventRouterBadWindowGroup = 132, // Invalid destination window group from key event routing plug-in + EWsPanicKeyEventRouterLeave = 133, // Invalid leave from Key event routing plug-in }; void Panic(TWservPanic aPanic);