Re: pixbuf outermost pixels are white

2013-08-23 Thread Jan Kratochvil
iro::FILTER_NEAREST); http://www.jankratochvil.net/t/2.png Regards, Jan Kratochvil /* g++ -o 1 1.C -Wall -Werror -std=gnu++11 -g $(pkg-config --cflags --libs gtkmm-3.0);./1 */ #include #include #include #include #include #include using namespace std; class Area:public Gtk::DrawingArea { bool on_d

pixbuf outermost pixels are white

2013-08-21 Thread Jan Kratochvil
/pixbuf.png Fedora 19 x86_64: gtk3-3.8.2-2.fc19.x86_64 gtkmm30-3.8.1-1.fc19.x86_64 Sorry for gtkmm, I can no longer write non-C++ GTK code. But I think the problem is not specific to the gtkmm C++ wrapping. Thanks for an advice, Jan Kratochvil /* g++ -o 1 1.C -Wall -Werror -std=gnu++11 -g