all repos — fluxbox @ 46a1a9f162b6b7e66475efa67327584a49c2abd8

custom fork of the fluxbox windowmanager

no need for interlace compiletime option
fluxgen fluxgen
commit

46a1a9f162b6b7e66475efa67327584a49c2abd8

parent

29fa22c6f3bdb2f59b80103fccf66a5ac4f96500

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

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

@@ -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: Texture.cc,v 1.2 2002/11/30 14:13:43 rathnor Exp $ +// $Id: Texture.cc,v 1.3 2002/11/30 20:34:27 fluxgen Exp $ #ifdef HAVE_CONFIG_H #include "config.h"

@@ -91,10 +91,8 @@ addType(Texture::BEVEL2);

else addType(Texture::BEVEL1); -#ifdef INTERLACE if (strstr(ts, "interlaced")) addType(Texture::INTERLACED); -#endif // INTERLACE } delete [] ts;