diff -r 7f6e7753e018 -r e375a7921169 windowing/windowserver/inc/Graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H --- a/windowing/windowserver/inc/Graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H Mon Jun 21 17:08:43 2010 +0300 +++ b/windowing/windowserver/inc/Graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H Thu Jul 15 20:08:02 2010 +0300 @@ -849,7 +849,11 @@ EAlphaChannelTransparencyEnabled, /** True if a clipping rect should be applied when drawing a standard text cursor, false otherwise. The default value is false. */ - ECursorClipRectSet + ECursorClipRectSet, + /** Implicitly defaults to true. Will remain true as long as the application's primary screendevice + is in the same orientation as the device. This information is only given for top-windows, + i.e. children of group-windows, and only when wsini.ini is configured with SIZE_MODE > 0. */ + EScreenDeviceValid }; /** This enum encapsulates the set of non-boolean attribute changes that can be observed