From 3ea52afce973bf7635be56b305aef9ca8500ecb3 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 24 Nov 2005 12:16:28 +0000 Subject: [PATCH] added dpms_flags to shared info. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15107 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/matrox/DriverInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/graphics/matrox/DriverInterface.h b/headers/private/graphics/matrox/DriverInterface.h index 778237f7af..7f729813c1 100644 --- a/headers/private/graphics/matrox/DriverInterface.h +++ b/headers/private/graphics/matrox/DriverInterface.h @@ -147,6 +147,7 @@ typedef struct { /*more display mode stuff*/ display_mode dm; /* current display mode configuration: head1 */ display_mode dm2; /* current display mode configuration: head2 */ + uint32 dpms_flags; /* current DPMS mode */ bool switched_crtcs; /* dualhead stretch and switch mode info */ bool acc_mode; /* signals (non)accelerated mode */ bool interlaced_tv_mode;/* signals interlaced CRTC TV output mode */