[Rawstudio-commit] r2043 - trunk/src
Anders Brander
anders at brander.dk
Mon Sep 29 02:00:46 CEST 2008
Author: abrander
Date: 2008-09-29 02:00:45 +0200 (Mon, 29 Sep 2008)
New Revision: 2043
Modified:
trunk/src/rawstudio.h
trunk/src/rs-utils.c
Log:
Moved DOTDIR to rs-utils.c.
Modified: trunk/src/rawstudio.h
===================================================================
--- trunk/src/rawstudio.h 2008-09-28 23:57:16 UTC (rev 2042)
+++ trunk/src/rawstudio.h 2008-09-29 00:00:45 UTC (rev 2043)
@@ -34,8 +34,6 @@
#error GLib was not compiled with thread support, Rawstudio needs threads - sorry.
#endif
-#define DOTDIR ".rawstudio"
-
#define ORIENTATION_RESET(orientation) orientation = 0
#define ORIENTATION_90(orientation) orientation = (orientation&4) | ((orientation+1)&3)
#define ORIENTATION_180(orientation) orientation = (orientation^2)
Modified: trunk/src/rs-utils.c
===================================================================
--- trunk/src/rs-utils.c 2008-09-28 23:57:16 UTC (rev 2042)
+++ trunk/src/rs-utils.c 2008-09-29 00:00:45 UTC (rev 2043)
@@ -22,6 +22,8 @@
#include <time.h>
#include "conf_interface.h"
+#define DOTDIR ".rawstudio"
+
/**
* A version of atof() that isn't locale specific
* @note This doesn't do any error checking!
More information about the Rawstudio-commit
mailing list