summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cbitmap.h
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-01 15:41:07 +0200
committermanuel <manuel@nc8430.lan>2009-05-01 15:41:07 +0200
commit766a0da4ab39c26e1d3b591f46cdadcfbe0f8a73 (patch)
treef383a621f2ad762e5be250c2ba9bd4c18bb02a0c /ue2/imgsynth2/cbitmap.h
parentf0442c8d058ae6007023ba1b898197db921e6ce1 (diff)
parentb0442de485dcb6328366d9b05a62af345e5fa39f (diff)
downloadooprog-766a0da4ab39c26e1d3b591f46cdadcfbe0f8a73.tar.gz
ooprog-766a0da4ab39c26e1d3b591f46cdadcfbe0f8a73.tar.bz2
ooprog-766a0da4ab39c26e1d3b591f46cdadcfbe0f8a73.zip
merge
Diffstat (limited to 'ue2/imgsynth2/cbitmap.h')
-rw-r--r--ue2/imgsynth2/cbitmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ue2/imgsynth2/cbitmap.h b/ue2/imgsynth2/cbitmap.h
index df7dc84..c8d4dfb 100644
--- a/ue2/imgsynth2/cbitmap.h
+++ b/ue2/imgsynth2/cbitmap.h
@@ -231,7 +231,8 @@ class CBitmap : public CFile
231 /** pointer to pixelbuffer */ 231 /** pointer to pixelbuffer */
232 uint8_t *m_pixeldata; 232 uint8_t *m_pixeldata;
233 /** colortable map */ 233 /** colortable map */
234 std::map<std::string, CPixelFormat::RGBPIXEL *> m_colortable; 234 //TODO std::map<std::string, CPixelFormat::RGBPIXEL *> m_colortable;
235 std::map<std::string, std::map< std::string, uint32_t* > > xpmColors;
235 /** set of supported PixelFormat handlers */ 236 /** set of supported PixelFormat handlers */
236 std::set<CPixelFormat *> m_handlers; 237 std::set<CPixelFormat *> m_handlers;
237 /** pointer to CPixelFormat implementation */ 238 /** pointer to CPixelFormat implementation */