projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf69d09
)
add width to struct for width != virtual width
author
Dave Airlie
<airliedfreedesktop.org>
Mon, 3 Apr 2006 07:30:48 +0000
(07:30 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Mon, 3 Apr 2006 07:30:48 +0000
(07:30 +0000)
src/glx/mini/driver.h
patch
|
blob
|
history
diff --git
a/src/glx/mini/driver.h
b/src/glx/mini/driver.h
index
6e63e7b
..
9e8bf6f
100644
(file)
--- 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;
/**