[Tomoe-cvs 1079] CVS update: tomoe/lib

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 13:04:31 JST


Index: tomoe/lib/tomoe-writing.h
diff -u tomoe/lib/tomoe-writing.h:1.6 tomoe/lib/tomoe-writing.h:1.7
--- tomoe/lib/tomoe-writing.h:1.6	Mon Nov 27 11:02:57 2006
+++ tomoe/lib/tomoe-writing.h	Mon Nov 27 13:04:31 2006
@@ -18,7 +18,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-writing.h,v 1.6 2006/11/27 02:02:57 kous Exp $
+ *  $Id: tomoe-writing.h,v 1.7 2006/11/27 04:04:31 kous Exp $
  */
 
 /** @file tomoe-handwrite.h
@@ -32,6 +32,9 @@
 
 G_BEGIN_DECLS
 
+#define TOMOE_WRITING_WIDTH 100
+#define TOMOE_WRITING_HEIGHT 100
+
 #define TOMOE_TYPE_WRITING            (tomoe_writing_get_type ())
 #define TOMOE_WRITING(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOMOE_TYPE_WRITING, TomoeWriting))
 #define TOMOE_WRITING_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), TOMOE_TYPE_WRITING, TomoeWritingClass))


tomoe-cvs メーリングリストの案内
Back to archive index