From: Dave Airlie Date: Mon, 3 Apr 2006 07:30:48 +0000 (+0000) Subject: add width to struct for width != virtual width X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d61c1cc7c99dd5beaeeea481b5ecba5548de1981;p=mesa.git add width to struct for width != virtual width --- diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 6e63e7bc4af..9e8bf6fa7cf 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec { int fbStride; int virtualWidth; int virtualHeight; + int Width; } shared; /**