Author: post Date: 2010-12-30 15:54:12 +0100 (Thu, 30 Dec 2010) New Revision: 3744
Modified: trunk/librawstudio/rawstudio.h trunk/src/gtk-helper.c trunk/src/gtk-interface.c trunk/src/rs-actions.c Log: Put GUI helper functions into rawstudio.h Modified: trunk/librawstudio/rawstudio.h =================================================================== --- trunk/librawstudio/rawstudio.h 2010-12-30 14:18:36 UTC (rev 3743) +++ trunk/librawstudio/rawstudio.h 2010-12-30 14:54:12 UTC (rev 3744) @@ -42,6 +42,7 @@ #include "rs-icc-profile.h" #include "rs-color-space.h" #include "rs-color-space-icc.h" +#include "rs-gui-functions.h" #include "rs-image.h" #include "rs-image16.h" #include "rs-metadata.h" Modified: trunk/src/gtk-helper.c =================================================================== --- trunk/src/gtk-helper.c 2010-12-30 14:18:36 UTC (rev 3743) +++ trunk/src/gtk-helper.c 2010-12-30 14:54:12 UTC (rev 3744) @@ -30,7 +30,6 @@ #include "filename.h" #include "gtk-helper.h" #include "rs-preview-widget.h" -#include "rs-gui-functions.h" #include <gettext.h> #include <lcms.h> Modified: trunk/src/gtk-interface.c =================================================================== --- trunk/src/gtk-interface.c 2010-12-30 14:18:36 UTC (rev 3743) +++ trunk/src/gtk-interface.c 2010-12-30 14:54:12 UTC (rev 3744) @@ -43,7 +43,6 @@ #include "rs-toolbox.h" #include "rs-library.h" #include "rs-tag-gui.h" -#include "rs-gui-functions.h" static GtkStatusbar *statusbar; static gboolean fullscreen; Modified: trunk/src/rs-actions.c =================================================================== --- trunk/src/rs-actions.c 2010-12-30 14:18:36 UTC (rev 3743) +++ trunk/src/rs-actions.c 2010-12-30 14:54:12 UTC (rev 3744) @@ -42,7 +42,6 @@ #include "rs-camera-db.h" #include "rs-toolbox.h" #include "rs-tethered-shooting.h" -#include "rs-gui-functions.h" static GtkActionGroup *core_action_group = NULL; static GStaticMutex rs_actions_spinlock = G_STATIC_MUTEX_INIT; _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
