[Konsole-devel] [Bug 55705] Transparent background displays a garbled picture
Laurent Blume
laurent at elanor.org
Tue Mar 11 12:14:45 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=55705
------- Additional Comments From laurent at elanor.org 2003-03-11 13:14 -------
I'm doing that right now, I'll test it tonight.
Just as a sidenote, I also had to modify kpixmapio.h. I'm not C++ programmer,
closest I know are C and Java, so I'm hoping what I did was right :-)
Here is the diff:
# diff -ur kdelibs-3.1/kdeui/kpixmapio.h.original kdelibs-3.1/kdeui/kpixmapio.h
--- kdelibs-3.1/kdeui/kpixmapio.h.original mar mars 11 11:08:02 2003
+++ kdelibs-3.1/kdeui/kpixmapio.h mar mars 11 11:11:25 2003
@@ -167,11 +167,11 @@
};
bool m_bShm;
- void initXImage(int w, int h);
+ bool initXImage(int w, int h);
void doneXImage();
- void createXImage(int w, int h);
+ bool createXImage(int w, int h);
void destroyXImage();
- void createShmSegment(int size);
+ bool createShmSegment(int size);
void destroyShmSegment();
void convertToXImage(const QImage &);
QImage convertFromXImage();
More information about the konsole-devel
mailing list