From kde-buildsystem Fri Apr 21 11:19:35 2006 From: ralf.habacker () freenet ! de (Ralf Habacker) Date: Fri, 21 Apr 2006 11:19:35 +0000 To: kde-buildsystem Subject: KSharedPixmap::resize() Message-Id: <4448BFC7.6090705 () freenet ! de> X-MARC-Message: https://marc.info/?l=kde-buildsystem&m=116644624632695 Paulo Jorge Guedes schrieb: > Hi, > > KSharedPixmap for non Q_WS_X11 doesn't have resize as it's derived from > KPixmap. Thus, kdeui/krootpixmap.cpp:251 gives an error. > > For now, I can add some dummy resize, until someone solves the problem. > Let me know. > > I saw this too. Ther related x11 code uses loadFromShared() which handles the resizing 243 m_pPixmap->loadFromShared(pixmapName(m_Desk), m_Rect); so I assume there should be win32 implementation a KSharedPixmap::loadFromShared() method , which calls at now KPixmap::load() and ignore the m_Rect parameter. The method should have a comment that resizing has to be done. Ralf