X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=08f5a7c5b2190246c9691a43b191b25b8f81484a;hb=25f47bf48c0aca4c3b75487ffa749637c792de92;hp=9da7c86996c6335d6b38866982f91ae0c5a9cfc0;hpb=407f3c634628b92fb6b57cbcff229270107cdddc;p=pspp-builds.git diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index 9da7c869..08f5a7c5 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -58,6 +58,11 @@ struct _PsppireSyntaxWindow GtkAction *edit_copy; GtkAction *edit_delete; GtkAction *edit_paste; + + gulong ps_handler; + gulong sel_handler; + + gboolean dispose_has_run; }; struct _PsppireSyntaxWindowClass