all repos — fluxbox @ a5aa9fa3f5129848a929346f99f17bc5afa05424

custom fork of the fluxbox windowmanager

included config.h
fluxgen fluxgen
commit

a5aa9fa3f5129848a929346f99f17bc5afa05424

parent

0f7721254f2772c342f1f7bebc23a74fe4700c3d

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M src/Image.hhsrc/Image.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Image.hh,v 1.14 2002/09/15 09:41:24 fluxgen Exp $ +// $Id: Image.hh,v 1.15 2002/10/13 21:57:07 fluxgen Exp $ #ifndef IMAGE_HH #define IMAGE_HH

@@ -31,6 +31,10 @@ #include "Timer.hh"

#include "BaseDisplay.hh" #include "Color.hh" #include "Texture.hh" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H #include <X11/Xlib.h> #include <X11/Xutil.h>