equal
deleted
inserted
replaced
2126 EWservPanicInvalidParameter=80, // General invalid parameter code for invariant checking |
2126 EWservPanicInvalidParameter=80, // General invalid parameter code for invariant checking |
2127 EWservPanicDrawableSource=81, // Invalid drawable source handle |
2127 EWservPanicDrawableSource=81, // Invalid drawable source handle |
2128 EWservPanicWrongScreen=82, // Child apps can only be constructed on the same screen as their parent. See RWindowGroup::ConstructChildApp |
2128 EWservPanicWrongScreen=82, // Child apps can only be constructed on the same screen as their parent. See RWindowGroup::ConstructChildApp |
2129 EWservPanicScreenCaptureInvalidRequest=83, // With Screen Capture disabled, an unexpected invalid request has been received |
2129 EWservPanicScreenCaptureInvalidRequest=83, // With Screen Capture disabled, an unexpected invalid request has been received |
2130 EWservPanicInvalidDisplayConfiguration=84, // Use of a display configuration without valid members |
2130 EWservPanicInvalidDisplayConfiguration=84, // Use of a display configuration without valid members |
|
2131 EWservPanicUnableToEnableAdvPointer=85, // Use when advanced pointers are enabled after an RWindow is activated |
2131 }; |
2132 }; |
2132 |
2133 |
2133 #if defined(__WINS__) |
2134 #if defined(__WINS__) |
2134 // Under WINS character code is passed in as HIWORD of the scan code, |
2135 // Under WINS character code is passed in as HIWORD of the scan code, |
2135 // and will need to be removed in some situations |
2136 // and will need to be removed in some situations |