added new nv.setting force_ws to shared_info.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2006-04-06 09:09:13 +00:00
parent 9d7c686bac
commit a674b4da72

View File

@ -5,7 +5,7 @@
Other authors:
Mark Watson;
Apsed;
Rudolf Cornelissen 10/2002-2/2006.
Rudolf Cornelissen 10/2002-4/2006.
*/
#ifndef DRIVERINTERFACE_H
@ -198,6 +198,7 @@ typedef struct { // apsed, see comments in nv.settings
bool dma_acc;
bool vga_on_tv;
bool force_sync;
bool force_ws;
uint32 gpu_clk;
uint32 ram_clk;
} nv_settings;