gtk+ r20272 - in branches/gtk-2-12: . gdk/directfb
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20272 - in branches/gtk-2-12: . gdk/directfb
- Date: Mon, 2 Jun 2008 20:38:49 +0000 (UTC)
Author: matthiasc
Date: Mon Jun 2 20:38:48 2008
New Revision: 20272
URL: http://svn.gnome.org/viewvc/gtk+?rev=20272&view=rev
Log:
Bug 529841 â incorrect position in directfb
* gdk/directfb/gdkwindow-directfb.c: fix y = abs_x
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gdk/directfb/gdkwindow-directfb.c
Modified: branches/gtk-2-12/gdk/directfb/gdkwindow-directfb.c
==============================================================================
--- branches/gtk-2-12/gdk/directfb/gdkwindow-directfb.c (original)
+++ branches/gtk-2-12/gdk/directfb/gdkwindow-directfb.c Mon Jun 2 20:38:48 2008
@@ -2514,7 +2514,7 @@
impl = GDK_DRAWABLE_IMPL_DIRECTFB (private->impl);
rect->x = impl->abs_x;
- rect->y = impl->abs_x;
+ rect->y = impl->abs_y;
rect->width = impl->width;
rect->height = impl->height;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]