From 20f2ea59acc996ef56d65640f5a9a77b8ae90066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:29:02 -0600 Subject: Rename kwin to twin (part 1 of 2) --- mpeglib/lib/util/render/x11/x11Surface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpeglib/lib') diff --git a/mpeglib/lib/util/render/x11/x11Surface.cpp b/mpeglib/lib/util/render/x11/x11Surface.cpp index d7b8f052..0f9231c0 100644 --- a/mpeglib/lib/util/render/x11/x11Surface.cpp +++ b/mpeglib/lib/util/render/x11/x11Surface.cpp @@ -298,7 +298,7 @@ int X11Surface::closeImage() { imageCurrent=NULL; XWindowAttributes attr; - Window junkwin; + Window juntwin; if (!IS_FULL(imageMode)) { if (!XGetWindowAttributes(xWindow->display, xWindow->window, &attr)) @@ -307,7 +307,7 @@ int X11Surface::closeImage() { XTranslateCoordinates (xWindow->display, xWindow->window, attr.root, -attr.border_width, -attr.border_width, - &xWindow->x, &xWindow->y, &junkwin); + &xWindow->x, &xWindow->y, &juntwin); } imageMode=_IMAGE_NONE; -- cgit v1.2.1