OSDN Git Service

add width to struct for width != virtual width
authorDave Airlie <airliedfreedesktop.org>
Mon, 3 Apr 2006 07:30:48 +0000 (07:30 +0000)
committerDave Airlie <airliedfreedesktop.org>
Mon, 3 Apr 2006 07:30:48 +0000 (07:30 +0000)
src/glx/mini/driver.h

index 6e63e7b..9e8bf6f 100644 (file)
@@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec {
       int fbStride;
       int virtualWidth;
       int virtualHeight;
+      int Width;
    } shared;
    
    /**