summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-04 12:53:03 +0000
committerOle Loots <ole@monochrom.net>2011-12-04 12:53:03 +0000
commit7d4a0be284d72a3cf15c2a7dec38590f7fe474e4 (patch)
tree986b0a6dbed6fe7cdd40e3563a14ee77bdcf7352 /atari/plot/font_internal.h
parent905b3c26410e0232e063cd0e8a7a17ad830e3d80 (diff)
downloadnetsurf-7d4a0be284d72a3cf15c2a7dec38590f7fe474e4.tar.gz
netsurf-7d4a0be284d72a3cf15c2a7dec38590f7fe474e4.tar.bz2
Fixed header, made different font plotters optional.
svn path=/trunk/netsurf/; revision=13230
Diffstat (limited to 'atari/plot/font_internal.h')
-rw-r--r--atari/plot/font_internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/plot/font_internal.h b/atari/plot/font_internal.h
index 6d6a55deb..b5de3c2cc 100644
--- a/atari/plot/font_internal.h
+++ b/atari/plot/font_internal.h
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+ */
+ #ifdef WITH_INTERNAL_FONT_DRIVER
#ifndef FONT_PLOTTER_INTERNAL
#define FONT_PLOTTER_INTERNAL
@@ -29,4 +30,5 @@ struct fb_font_desc {
};
-#endif \ No newline at end of file
+#endif
+#endif