Code

Unions Are Evil! When pixblock size is TINY, it stores data right in the data.px...
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 4 Feb 2007 15:10:56 +0000 (15:10 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 4 Feb 2007 15:10:56 +0000 (15:10 +0000)
commite875ebf833b09b5c9f373ebd07a41ea72bd61270
tree89ff55dcc4e183fd5e6ac4be3e4276b7c6ac8989
parent129958c3b0e17dc15a5a4722ee83a89a780f9a57
Unions Are Evil! When pixblock size is TINY, it stores data right in the data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers)
src/display/nr-arena-glyphs.cpp
src/display/nr-arena-item.cpp
src/display/nr-arena-shape.cpp
src/display/nr-arena.cpp
src/display/nr-filter-gaussian.cpp
src/display/nr-filter.cpp