--- a/windowing/windowserver/SERVER/openwfc/panics.h Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/SERVER/openwfc/panics.h Wed Sep 01 12:39:21 2010 +0100
@@ -160,12 +160,9 @@
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, //The pointer offset value in wsini.ini is invalid.
+ EWsPanicInvalidPointerOffset = 128,//NOT USED //The pointer offset value in wsini.ini is invalid.
EWsPanicArrayInsertFailed = 129, //Array insert failed.
- 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
+ EWsPanicCompleteNullMessage = 130, //RMessage2 is NULL prior to calling Complete().
};
void Panic(TWservPanic aPanic);