projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26bb7bc
)
s/unsigned long/drm_handle_t/ to get compilation of fb driver to work
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 17:17:58 +0000
(17:17 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 17:17:58 +0000
(17:17 +0000)
src/glx/mini/driver.h
patch
|
blob
|
history
diff --git
a/src/glx/mini/driver.h
b/src/glx/mini/driver.h
index 27402641b731263f3d1b1165513f5e7f1bafd494..6e63e7bc4af33881ae3e1560a05f8b7aeebbea3c 100644
(file)
--- a/
src/glx/mini/driver.h
+++ b/
src/glx/mini/driver.h
@@
-87,9
+87,9
@@
typedef struct DRIDriverContextRec {
* the initial handshaking.
*/
struct {
-
unsigned long
hSAREA;
+
drm_handle_t
hSAREA;
int SAREASize;
-
unsigned long
hFrameBuffer;
+
drm_handle_t
hFrameBuffer;
int fbOrigin;
int fbSize;
int fbStride;