X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-conf.h;h=8586022666d5757754b1af8b48da2de8e8adbbc6;hb=refs%2Fbuilds%2F20121118032021%2Fpspp;hp=7e9ab6ad127d1cdf69f04f0ea2daa38b7fc9daaa;hpb=2d983f3e5bd2d5f531cbcbdcebe078034ddb8955;p=pspp diff --git a/src/ui/gui/psppire-conf.h b/src/ui/gui/psppire-conf.h index 7e9ab6ad12..8586022666 100644 --- a/src/ui/gui/psppire-conf.h +++ b/src/ui/gui/psppire-conf.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2009 Free Software Foundation + Copyright (C) 2009, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ #include #include -#include +#include #ifndef __PSPPIRE_CONF_H__ #define __PSPPIRE_CONF_H__ @@ -61,8 +61,8 @@ struct _PsppireConf gboolean dispose_has_run ; GKeyFile *keyfile; - GMutex *mutex; gchar *filename; + guint idle; }; @@ -97,7 +97,7 @@ void psppire_conf_set_window_geometry (PsppireConf *conf, void psppire_conf_save_window_geometry (PsppireConf *, const gchar *, - GdkEvent *); + GtkWindow *); G_END_DECLS