all repos — fluxbox @ 7efd955b432332c74e765e5eb4ee6fc7e165001d

custom fork of the fluxbox windowmanager

missing include config.h broke interlacing
rathnor rathnor
commit

7efd955b432332c74e765e5eb4ee6fc7e165001d

parent

b4adb3dbcf434a00ffd3f80c234df1f93a29596e

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

jump to
M src/FbTk/Texture.ccsrc/FbTk/Texture.cc

@@ -22,7 +22,11 @@ // 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: Texture.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $ +// $Id: Texture.cc,v 1.2 2002/11/30 14:13:43 rathnor Exp $ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H #include "Texture.hh"