mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-27 03:23:07 +00:00
forgot to remove
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@651 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -255,9 +255,8 @@ void MwLLGetXYWH(MwLL handle, int* x, int* y, unsigned int* w, unsigned int* h)
|
||||
|
||||
XGetGeometry(handle->display, handle->window, &root, x, y, w, h, &border, &depth);
|
||||
if(handle->top) {
|
||||
int rx, ry;
|
||||
Window child;
|
||||
XWindowAttributes xwa;
|
||||
int rx, ry;
|
||||
Window child;
|
||||
|
||||
XTranslateCoordinates(handle->display, handle->window, root, 0, 0, &rx, &ry, &child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user