Mercurial > geeqie
comparison src/main.h @ 671:8268cbe682f1
Include debug.h from main.h since debug macros may be used anywhere in the code.
author | zas_ |
---|---|
date | Fri, 16 May 2008 10:02:56 +0000 |
parents | e06947d07086 |
children | c0dda0ffb931 |
comparison
equal
deleted
inserted
replaced
670:a484500de88d | 671:8268cbe682f1 |
---|---|
23 # define _GNU_SOURCE | 23 # define _GNU_SOURCE |
24 # endif | 24 # endif |
25 #endif | 25 #endif |
26 | 26 |
27 #include "intl.h" | 27 #include "intl.h" |
28 | |
28 | 29 |
29 /* | 30 /* |
30 *------------------------------------- | 31 *------------------------------------- |
31 * Standard library includes | 32 * Standard library includes |
32 *------------------------------------- | 33 *------------------------------------- |
110 "%res%|%date%|%size%\n" \ | 111 "%res%|%date%|%size%\n" \ |
111 "%formatted.Aperture%|%formatted.ShutterSpeed%|%formatted.ISOSpeedRating:ISO *%|%formatted.FocalLength%|%formatted.ExposureBias:* Ev%\n" \ | 112 "%formatted.Aperture%|%formatted.ShutterSpeed%|%formatted.ISOSpeedRating:ISO *%|%formatted.FocalLength%|%formatted.ExposureBias:* Ev%\n" \ |
112 "%formatted.Camera:40%|%formatted.Flash%" | 113 "%formatted.Camera:40%|%formatted.Flash%" |
113 | 114 |
114 #include "typedefs.h" | 115 #include "typedefs.h" |
116 #include "debug.h" | |
115 #include "options.h" | 117 #include "options.h" |
116 | 118 |
117 /* | 119 /* |
118 *---------------------------------------------------------------------------- | 120 *---------------------------------------------------------------------------- |
119 * main.c | 121 * main.c |