chiark / gitweb /
Merge branch 'cvsimport'
[sympathy.git] / src / keydis.h
index 21a73f8952bfb27066774f480d855556061c025d..d422a4d8b911c694ad99ed00563b1bc0d043e3de 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/* 
  * keydis.h:
  *
  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
@@ -6,12 +6,27 @@
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: keydis.h,v 1.10 2008/03/10 11:49:33 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: keydis.h,v $
+ * Revision 1.10  2008/03/10 11:49:33  james
+ * *** empty log message ***
+ *
+ * Revision 1.9  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.8  2008/03/03 06:04:42  james
+ * *** empty log message ***
+ *
+ * Revision 1.7  2008/03/02 10:37:56  james
+ * *** empty log message ***
+ *
+ * Revision 1.6  2008/02/28 11:27:48  james
+ * *** empty log message ***
+ *
  * Revision 1.5  2008/02/23 11:48:37  james
  * *** empty log message ***
  *
@@ -45,12 +60,13 @@ struct Context_struct;
        int (*send_break)(struct KeyDis_struct *,struct Context_struct *); \
        int (*set_flow)(struct KeyDis_struct *,struct Context_struct *,int flow); \
        int (*set_ansi)(struct KeyDis_struct *,struct Context_struct *,int ansi); \
-       int (*hangup)(struct KeyDis_struct *,struct Context_struct *)
+       int (*hangup)(struct KeyDis_struct *,struct Context_struct *); \
+       int (*reset)(struct KeyDis_struct *,struct Context_struct *); \
+       int (*set_size)(struct KeyDis_struct *,struct Context_struct *,int width, int height)
 
 
 
-typedef struct KeyDis_struct
-{
+typedef struct KeyDis_struct {
   KEYDIS_SIGNATURE;
 } KeyDis;