Special character handling patch from Oduis backported from Defloat

This commit is contained in:
Hombre
2011-05-02 00:18:59 +02:00
parent 6bb20f0e2c
commit 8f33088f0f
34 changed files with 716 additions and 405 deletions

View File

@@ -57,10 +57,11 @@ class CropHandler : public rtengine::DetailedCropListener, public rtengine::Size
CropHandlerListener* listener;
CropHandlerIdleHelper* chi;
void update ();
void compDim ();
public:
void update ();
rtengine::procparams::CropParams cropParams;
Glib::RefPtr<Gdk::Pixbuf> cropPixbuf;
Glib::Mutex cimg;