Changeset 887
- Timestamp:
- 07/11/07 09:42:18 (1 year ago)
- Location:
- trunk/jahwidgets/src/qt3
- Files:
-
- 3 modified
-
widgets/scribbler.cpp (modified) (2 diffs)
-
widgets/scribbler.h (modified) (1 diff)
-
wrapper/wrapper_vc80.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahwidgets/src/qt3/widgets/scribbler.cpp
r886 r887 82 82 if ( image != 0 ) 83 83 { 84 opl::wstring format = image->pf( );84 pl::wstring format = image->pf( ); 85 85 if ( format == L"r8g8b8a8" || format == L"b8g8r8a8" ) 86 86 { … … 251 251 image = il::convert( image, pf_ ); 252 252 253 <<<<<<< scribbler.cpp 254 pl::wstring format = image->pf( ); 255 ======= 253 256 opl::wstring format = image->pf( ); 257 >>>>>>> 1.21 254 258 int width = image->width( ); 255 259 int height = image->height( ); -
trunk/jahwidgets/src/qt3/widgets/scribbler.h
r886 r887 88 88 QImage render_text_qimage( const pl::wstring& text, const pl::wstring& font_name, int pointSize, int alignment ) const; 89 89 90 const opl::wstring pf_;90 const pl::wstring pf_; 91 91 il::image_type_ptr glyphs_; 92 92 const int glyph_w_; -
trunk/jahwidgets/src/qt3/wrapper/wrapper_vc80.vcproj
r886 r887 235 235 </File> 236 236 <File 237 RelativePath="..\utils\thread_util.cpp" 238 > 239 </File> 240 <File 237 241 RelativePath=".\settings.cpp" 238 242 > … … 352 356 <File 353 357 RelativePath="..\utils\qapp_locker.hpp" 358 > 359 </File> 360 <File 361 RelativePath="..\utils\thread_util.hpp" 354 362 > 355 363 </File>
