Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
xserver
Commits
f250eea2
Commit
f250eea2
authored
May 11, 2009
by
Jerome Glisse
Browse files
DRI2: update DRI2 private drawable width & height according to X drawable
parent
0952d127
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/xfree86/dri2/dri2.c
View file @
f250eea2
...
...
@@ -257,6 +257,8 @@ do_get_buffers(DrawablePtr pDraw, int *width, int *height,
pPriv
->
buffers
=
buffers
;
pPriv
->
bufferCount
=
*
out_count
;
pPriv
->
width
=
pDraw
->
width
;
pPriv
->
height
=
pDraw
->
height
;
*
width
=
pPriv
->
width
;
*
height
=
pPriv
->
height
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment