mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfo
Just re-use the top-level one Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -1098,7 +1098,6 @@ ProcXF86DRIGetDrawableInfo(register ClientPtr client)
|
||||
if (rep.numClipRects) {
|
||||
if (clipRects) {
|
||||
ScreenPtr pScreen = screenInfo.screens[stuff->screen];
|
||||
int i = 0;
|
||||
|
||||
EPHYR_LOG("clip list of host gl drawable:\n");
|
||||
for (i = 0; i < rep.numClipRects; i++) {
|
||||
|
||||
Reference in New Issue
Block a user