diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-02 18:57:22 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-02 18:57:22 +0200 |
| commit | bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7 (patch) | |
| tree | c43a11bfc36ebb6bbb506d17aad223a302d96765 /ue2/imgsynth2/cpixmap.h | |
| parent | 5c4506a8c5ee1a82268146007619b09e980a7a57 (diff) | |
| download | ooprog-bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7.tar.gz ooprog-bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7.tar.bz2 ooprog-bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7.zip | |
corrected cpixelformat constructor
added classdiagramm
Diffstat (limited to 'ue2/imgsynth2/cpixmap.h')
| -rw-r--r-- | ue2/imgsynth2/cpixmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ue2/imgsynth2/cpixmap.h b/ue2/imgsynth2/cpixmap.h index 10f2b33..5316987 100644 --- a/ue2/imgsynth2/cpixmap.h +++ b/ue2/imgsynth2/cpixmap.h | |||
| @@ -214,11 +214,11 @@ class CPixmap : public CBitmap | |||
| 214 | uint32_t xHotspot; | 214 | uint32_t xHotspot; |
| 215 | /** Y-Position Hotspots */ | 215 | /** Y-Position Hotspots */ |
| 216 | uint32_t yHotspot; | 216 | uint32_t yHotspot; |
| 217 | /* is hotspot set */ | 217 | /** is hotspot set */ |
| 218 | bool _HOTSPOT; | 218 | bool _HOTSPOT; |
| 219 | /* XPMEXT extension tag found*/ | 219 | /** XPMEXT extension tag found*/ |
| 220 | bool _XPMEXT; | 220 | bool _XPMEXT; |
| 221 | /* unchanged extension */ | 221 | /** unchanged extension */ |
| 222 | std::string extension; | 222 | std::string extension; |
| 223 | } PIXMAP_FILEHEADER; | 223 | } PIXMAP_FILEHEADER; |
| 224 | 224 | ||
