gnome-mag r634 - in trunk: . idl magnifier magnifier/x11



Author: carlosd
Date: 2007-10-14 22:07:33 +0100 (Sun, 14 Oct 2007)
New Revision: 634
ViewCVS link: http://svn.gnome.org/viewcvs/gnome-mag?rev=634&view=rev

Modified:
   trunk/ChangeLog
   trunk/idl/GNOME_Magnifier.idl
   trunk/magnifier/magnifier.c
   trunk/magnifier/magnifier.h
   trunk/magnifier/x11/gmag-cursor.c
   trunk/magnifier/zoom-region.c
Log:
2007-10-14  Carlos Eduardo Rodrigues DiÃÂgenes  <cerdiogenes gmail com>

* magnifier/magnifier.c:
(magnifier_zoom_regions_update_pointer): New function that calls
ZoomRegion::updatePointer in each ZoomRegion. (bug #458361)
* magnifier/zoom-region.c:
(zoom_region_repaint_pointer): Function created from code in
zoom_region_update_pointer, since we need a way to repaint the cursor
from different parts of the code, this is the case for the new API
updatePointer.
(zoom_region_update_pointer): Removed the code that went in the function
above and added the call to this function.
(impl_zoom_region_update_pointer): Implementation of the new API. This
just call the zoom_region_repaint_pointer function. (bug #458361)
* magnifier/magnifier.h: Added the function
magnifier_zoom_regions_update_pointer so it can be called from the
cursor handler that is in magnifier/x11/gmag-cursor.c. (bug #458361)
* idl/GNOME_Magnifier.idl: Added the idl ZoomRegion::updatePointer
definition. (bug #458361)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]