|
From: <gi...@gp...> - 2011-04-26 20:06:35
|
The branch, master has been updated
via 19373161d96d8bc776ab8a123069d3a01dc22cd4 (commit)
from 12982d2e9442df4ff51d8a6a88e23c18e9338fec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/hid/gtk/gtkhid-gdk.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 19373161d96d8bc776ab8a123069d3a01dc22cd4
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: DrawMark from ghid_invalidate_all() as well as DrawAttached
:100644 100644 c9947c2... fa6dea0... M src/hid/gtk/gtkhid-gdk.c
=========
Changes
=========
commit 19373161d96d8bc776ab8a123069d3a01dc22cd4
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: DrawMark from ghid_invalidate_all() as well as DrawAttached
diff --git a/src/hid/gtk/gtkhid-gdk.c b/src/hid/gtk/gtkhid-gdk.c
index c9947c2..fa6dea0 100644
--- a/src/hid/gtk/gtkhid-gdk.c
+++ b/src/hid/gtk/gtkhid-gdk.c
@@ -772,6 +772,7 @@ ghid_invalidate_all ()
ghid_draw_grid ();
DrawAttached ();
+ DrawMark ();
ghid_screen_update ();
}
|