summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/display.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2011-03-19 10:14:12 +0000
committerNils Wallménius <nils@rockbox.org>2011-03-19 10:14:12 +0000
commit5aaabbfd127321f68931c155a8a481a8107531b2 (patch)
tree72744ff02c8039db29508fad241ea6a332a5df5e /apps/plugins/goban/display.h
parent528e1850bf081298c010815c1788cf36585f2a0a (diff)
downloadrockbox-5aaabbfd127321f68931c155a8a481a8107531b2.tar.gz
rockbox-5aaabbfd127321f68931c155a8a481a8107531b2.zip
FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29615 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/goban/display.h')
-rw-r--r--apps/plugins/goban/display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/goban/display.h b/apps/plugins/goban/display.h
index 2f64f1b6ca..c6b03a2af2 100644
--- a/apps/plugins/goban/display.h
+++ b/apps/plugins/goban/display.h
@@ -38,10 +38,10 @@ extern unsigned short cursor_pos;
38extern bool draw_variations; 38extern bool draw_variations;
39 39
40/* Used to set the zoom level, loaded in from the config file */ 40/* Used to set the zoom level, loaded in from the config file */
41unsigned int saved_circle_size; 41extern unsigned int saved_circle_size;
42 42
43/* the size of one intersection on the board, in pixels */ 43/* the size of one intersection on the board, in pixels */
44unsigned int intersection_size; 44extern unsigned int intersection_size;
45 45
46/* Clear the marks from the board */ 46/* Clear the marks from the board */
47void clear_marks_display (void); 47void clear_marks_display (void);