--- kpixmapio.h.sav	2002-08-01 16:19:53.000000000 +0200
+++ kpixmapio.h	2003-02-10 18:29:04.000000000 +0100
@@ -167,11 +167,11 @@ private:
     };
 
     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();
