summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/egl_drm/intel/intel_device.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@aurora.(none)>2008-07-08 14:41:17 +0200
committerJakob Bornecrantz <jakob@aurora.(none)>2008-07-08 14:41:17 +0200
commit0c6efeb02beba32a35dda7c5d5a3086ca2d8cbc4 (patch)
treeaa47596e53a18057ef51a7623534a3a63084a985 /src/gallium/winsys/egl_drm/intel/intel_device.c
parentb13b1210c0174e4fd315bad3e6e18b6cbeeb1518 (diff)
i915: Complete the screen -> device renaming
Diffstat (limited to 'src/gallium/winsys/egl_drm/intel/intel_device.c')
-rw-r--r--src/gallium/winsys/egl_drm/intel/intel_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/egl_drm/intel/intel_device.c b/src/gallium/winsys/egl_drm/intel/intel_device.c
index 7496c1bb30..a601904ba4 100644
--- a/src/gallium/winsys/egl_drm/intel/intel_device.c
+++ b/src/gallium/winsys/egl_drm/intel/intel_device.c
@@ -88,7 +88,7 @@ intel_create_drawable(struct egl_drm_drawable *drawable,
if (!intelfb)
return GL_FALSE;
- intelfb->screen = drawable->device->priv;
+ intelfb->device = drawable->device->priv;
if (visual->redBits == 5)
colorFormat = PIPE_FORMAT_R5G6B5_UNORM;