Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.h

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

revision 1.17 by aloha, Sat Feb 3 09:48:01 2007 UTC revision 1.18 by aloha, Sun Feb 18 09:59:14 2007 UTC
# Line 49  typedef struct { Line 49  typedef struct {
49  } ShikiBuffer;  } ShikiBuffer;
50    
51  typedef struct {  typedef struct {
52      GHashTable    *bufname_hash;
53    const gchar   *default_locale;    const gchar   *default_locale;
54    GtkWidget     *editor_window;    GtkWidget     *editor_window;
55    GtkClipboard  *clipboard;    GtkClipboard  *clipboard;
# Line 63  typedef struct { Line 64  typedef struct {
64  extern ShikiEditorType Shiki_editor;  extern ShikiEditorType Shiki_editor;
65    
66  /* シングルトンオブジェクトの定義 */  /* シングルトンオブジェクトの定義 */
67    #define Shiki_EDITOR_BUFNAME_HASH    Shiki_editor.bufname_hash
68  #define Shiki_EDITOR_DEFAULT_LOCALE  Shiki_editor.default_locale  #define Shiki_EDITOR_DEFAULT_LOCALE  Shiki_editor.default_locale
69  #define Shiki_EDITOR_WINDOW          Shiki_editor.editor_window  #define Shiki_EDITOR_WINDOW          Shiki_editor.editor_window
70  #define Shiki_EDITOR_CLIPBOARD       Shiki_editor.clipboard  #define Shiki_EDITOR_CLIPBOARD       Shiki_editor.clipboard

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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