Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.55 by aloha, Sun Nov 26 00:41:57 2006 UTC revision 1.56 by aloha, Sun Nov 26 15:34:16 2006 UTC
# Line 483  static gboolean signal_key_press_handler Line 483  static gboolean signal_key_press_handler
483  }  }
484    
485  ScmClass *ShikiBufferClass;  ScmClass *ShikiBufferClass;
486    
487  static gint compBuffer(gconstpointer a, gconstpointer b) {  static gint compBuffer(gconstpointer a, gconstpointer b) {
488    return ((ShikiBuffer *)a)->text_buffer == b ? 0 : 1;    return ((ShikiBuffer *)a)->text_buffer == b ? 0 : 1;
489  }  }

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26