|
|
|
@ -42,7 +42,7 @@ Madness::~Madness()
|
|
|
|
|
TQMap<WId, TQPoint>::ConstIterator it(mOriginalPositions.begin());
|
|
|
|
|
|
|
|
|
|
for (; it != mOriginalPositions.end(); ++it)
|
|
|
|
|
XMoveWindow(qt_xdisplay(), it.key(), (*it).x(), (*it).y());
|
|
|
|
|
XMoveWindow(tqt_xdisplay(), it.key(), (*it).x(), (*it).y());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void Madness::update()
|
|
|
|
@ -115,7 +115,7 @@ void Madness::scopeEvent(float *d, int size)
|
|
|
|
|
dy = -dy;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XMoveWindow(qt_xdisplay(), i.win, x + dx, y + dy);
|
|
|
|
|
XMoveWindow(tqt_xdisplay(), i.win, x + dx, y + dy);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|