X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=661aaa766966179ad73017521f45acd9a3f97a0d;hb=aea57010adca9f26dd3abef66a3f7a5c169964ec;hp=9da7c86996c6335d6b38866982f91ae0c5a9cfc0;hpb=407f3c634628b92fb6b57cbcff229270107cdddc;p=pspp diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index 9da7c86996..661aaa7669 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -20,10 +20,8 @@ #include #include -#include -#include -#include "psppire-window.h" #include +#include "psppire-window.h" G_BEGIN_DECLS @@ -48,7 +46,6 @@ struct _PsppireSyntaxWindow /* */ GtkTextBuffer *buffer; /* The buffer which contains the text */ - struct lexer *lexer; /* Lexer to parse syntax */ GtkWidget *sb; guint text_context; @@ -58,6 +55,11 @@ struct _PsppireSyntaxWindow GtkAction *edit_copy; GtkAction *edit_delete; GtkAction *edit_paste; + + gulong ps_handler; + gulong sel_handler; + + gboolean dispose_has_run; }; struct _PsppireSyntaxWindowClass