changeset 1119:17cbb862a8c6

Change modeline for cons_supp.c
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 09 Dec 2010 00:33:41 +0800
parents b319cbbf35c2
children b5ff72dbc910
files configure.ac src/cons_supp.c
diffstat 2 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Dec 09 00:07:01 2010 +0800
+++ b/configure.ac	Thu Dec 09 00:33:41 2010 +0800
@@ -126,7 +126,7 @@
 [case "${backend}-${graphic_engine}-${image_loader}" in
     X-cairo-*|X-openvg-imlib2|X-openvg-dummy) ;;
     dfb-cairo-*) ;;
-    console-openvg-imlib2) ;;
+    console-openvg-imlib2|console-openvg-dummy) ;;
     none-*-*) ;;
     *)] AC_MSG_ERROR([The combination of --with-backend=${backend}, --with-graphic-engine=${graphic_engine} and --with-image-loader=${image_loader} is invalid]) [;;
 esac]
--- a/src/cons_supp.c	Thu Dec 09 00:07:01 2010 +0800
+++ b/src/cons_supp.c	Thu Dec 09 00:33:41 2010 +0800
@@ -1,5 +1,3 @@
-// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
-// vim: sw=4:ts=8:sts=4
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -656,3 +654,14 @@
 				_cons_supp_reg_IO_factory,
 				_cons_supp_reg_timer_factory,
 };
+
+/*
+ * Local Variables:
+ * indent-tabs-mode: t
+ * tab-width: 8
+ * c-basic-offset: 4
+ * c-file-style:"stroustrup"
+ * fill-column:79
+ * End:
+ */
+// vim: sw=4:ts=8:sts=4:textwidth=79