From kde-devel Sun Dec 26 21:12:00 2004 From: Thomas =?iso-8859-15?q?L=FCbking?= Date: Sun, 26 Dec 2004 21:12:00 +0000 To: kde-devel Subject: Re: bitBlting Message-Id: <200412262212.00942.thomas.luebking () web ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=110409540610724 On Sunday 26 December 2004 15:31, Gopala Krishna wrote: > Hi, > Can any of u help me in reducing flickers when some unfilled rectangle is > drawn by dragging mouse without disturbing the widgets or something between > them.I know we can use bitBlt but I don't know how exactly this can be > done.Please help as this is main part of my project. -Gopala Krishna A > > Gopala Krishna int width, height; QOixmap *src; QOixmap *dst(>=width, >=height); bitBlt( dst, int dstX, int dstY, src, int srcX, int srcY, width, height ); that's it? Thomas -- Think, think different. But essentially: Think! >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<