Your message dated Mon, 14 Apr 2008 23:48:39 -0400
with message-id <[EMAIL PROTECTED]>
and subject line xodo has been removed from Debian, closing #115742
has caused the Debian Bug report #115742,
regarding xodo: redraw on expose
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
115742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=115742
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xodo
Version: 1.2-9
Severity: wishlist
When the xodo window is raised after being partly or wholly covered by
another window, the odometer digits aren't redrawn (only the boxes etc
where they'd go).
I think this is just some slightly wrong expose event handling. I get
some joy from the tweak below.
--- xodo.c.old Fri Nov 17 09:10:13 2000
+++ xodo.c Mon Oct 15 12:59:17 2001
@@ -401,7 +401,7 @@
distance = sqrt( (dXmm * dXmm) + (dYmm * dYmm) );
- if ( distance != 0 ) {
+ if ( distance != 0 || refresh_digits ) {
trip_cursor_distance += distance;
total_cursor_distance += distance;
--- End Message ---
--- Begin Message ---
Version: 1.2-9.2+rm
The xodo package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/328810 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---