changed render_to_drawable() [deprecated] to draw_pixbuf()
This commit is contained in:
parent
9cdd2cbd8a
commit
655dc8a9a0
1 changed files with 11 additions and 11 deletions
|
@ -21,8 +21,8 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: fgerlits $
|
||||||
Version : $Revision: 1.6 $
|
Version : $Revision: 1.7 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/BlueBin.cxx,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/BlueBin.cxx,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -363,14 +363,14 @@ BlueBin :: renderImage(Glib::RefPtr<Gdk::Pixbuf> image,
|
||||||
int x,
|
int x,
|
||||||
int y) throw ()
|
int y) throw ()
|
||||||
{
|
{
|
||||||
image->render_to_drawable(gdkWindow,
|
gdkWindow->draw_pixbuf(get_style()->get_black_gc(),
|
||||||
get_style()->get_black_gc(),
|
image,
|
||||||
0, 0,
|
0, 0,
|
||||||
x,
|
x,
|
||||||
y,
|
y,
|
||||||
image->get_width(),
|
image->get_width(),
|
||||||
image->get_height(),
|
image->get_height(),
|
||||||
Gdk::RGB_DITHER_NONE,
|
Gdk::RGB_DITHER_NONE,
|
||||||
0, 0);
|
0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue