diff options
author | rathnor <rathnor> | 2002-11-30 14:13:43 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2002-11-30 14:13:43 (GMT) |
commit | 7efd955b432332c74e765e5eb4ee6fc7e165001d (patch) | |
tree | da3e90420441f40113a4a321a0408bf68827d0c8 /src | |
parent | b4adb3dbcf434a00ffd3f80c234df1f93a29596e (diff) | |
download | fluxbox-7efd955b432332c74e765e5eb4ee6fc7e165001d.zip fluxbox-7efd955b432332c74e765e5eb4ee6fc7e165001d.tar.bz2 |
missing include config.h broke interlacing
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Texture.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbTk/Texture.cc b/src/FbTk/Texture.cc index 73c5ce3..0f72211 100644 --- a/src/FbTk/Texture.cc +++ b/src/FbTk/Texture.cc | |||
@@ -22,7 +22,11 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Texture.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $ | 25 | // $Id: Texture.cc,v 1.2 2002/11/30 14:13:43 rathnor Exp $ |
26 | |||
27 | #ifdef HAVE_CONFIG_H | ||
28 | #include "config.h" | ||
29 | #endif // HAVE_CONFIG_H | ||
26 | 30 | ||
27 | #include "Texture.hh" | 31 | #include "Texture.hh" |
28 | 32 | ||