Implemented Floyd Steinberg dithering and made it default.

Renamed many constants and fields according to Open BeOS coding style guide.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6433 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2004-01-30 17:10:36 +00:00
parent 7ea239b20d
commit 2f6e49a929
25 changed files with 972 additions and 1095 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ protected:
PreviewWindow &operator = (const PreviewWindow &);
private:
long __semaphore;
long fSemaphore;
};
#endif /* __PREVIEW_H */