projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
08aa97a
)
Fix DrawSeekText
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 5 Oct 2012 15:42:18 +0000 (17:42 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:13 +0000 (11:28 +0200)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
c5c849b
..
8371562
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-3054,10
+3054,8
@@
void DrawSeekText(char *buf, int x, int y)
cairo_set_font_size (cr, 12.0);
cairo_move_to (cr, x, y+4);
- cairo_show_text( cr, buf);
-
cairo_set_source_rgba(cr, 0, 0, 0,1.0);
- cairo_stroke(cr);
+ cairo_show_text( cr, buf);
/* free memory */
cairo_destroy (cr);