projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3aec82
)
removed include afterimage.h from rxvt.h as redundand - it is included from background.h
author
sasha
<sasha>
Fri, 26 Oct 2007 17:26:16 +0000
(17:26 +0000)
committer
sasha
<sasha>
Fri, 26 Oct 2007 17:26:16 +0000
(17:26 +0000)
src/background.h
patch
|
blob
|
history
src/rxvt.h
patch
|
blob
|
history
diff --git
a/src/background.h
b/src/background.h
index 1e12606f4f6039e119e623cb47b8d3a08bc20d02..378f65218f974736ae0b21902910d031675dbdee 100644
(file)
--- a/
src/background.h
+++ b/
src/background.h
@@
-6,7
+6,9
@@
#define BACKGROUND_H_
#ifdef HAVE_AFTERIMAGE
-# include <afterimage.h>
+# include <afterimage.h>
+# undef min
+# undef max
#endif
#if defined(BG_IMAGE_FROM_FILE) || defined(ENABLE_TRANSPARENCY)
diff --git
a/src/rxvt.h
b/src/rxvt.h
index 8ce467b624fad9c3f0a80675166d6972694cbb6f..1c5ef050305595c315d0b3b35e375ff7078746d9 100644
(file)
--- a/
src/rxvt.h
+++ b/
src/rxvt.h
@@
-75,12
+75,6
@@
typedef char *XPointer;
#include <termios.h>
typedef struct termios ttymode_t;
-#ifdef HAVE_AFTERIMAGE
-# include <afterimage.h>
-#undef min
-#undef max
-#endif
-
#include "background.h"
#ifndef STDIN_FILENO