--- a/windowing/windowserver/nga/SERVER/openwfc/screen.h Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/openwfc/screen.h Wed Sep 01 12:39:21 2010 +0100
@@ -28,7 +28,7 @@
#include "W32STD.H"
#include "w32cmd.h"
#include "wstypes.h"
-#include <graphics/WSGRAPHICDRAWERINTERFACE.H>
+#include <Graphics/WSGRAPHICDRAWERINTERFACE.H>
#include "panics.h"
#include "wsdisplaychangeao.h"
@@ -75,12 +75,13 @@
{
public:
enum {EGetScanLineBufLen=0x100}; // Buffer of for returning result of GetScanLine
- enum TDisplayScreen
+ enum TDisplayScreenFlags
{
EBlankScreenOnRotation = 0x1,
EAutoClear = 0x2,
EHasDynamicSizeModes = 0x04,
EChangeTracking = 0x8,
+ ERepeatSettingHalOrientation = 0x20
};
/**