From 00024b483dc6f7df9115587a1b6e008cf2942188 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 29 Nov 2001 10:30:01 +0000 Subject: *** empty log message *** --- Makefile.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1029bc6..4873fed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,16 +83,18 @@ GLX=-lgle -lGLU -lGL # # Recognized compilation time flags are : # -# PROFILE ask for profile support -# OM include code for internal overlap manager -# GLX include code that need GL support. -# SHAPE include code for reshaping windows. -# GPC include code for composing polygons. +# PROFILE ask for profile support +# OM include code for internal overlap manager +# GLX include code that need GL support. +# GLX_PRINT_CONFIG display the detected hardware capabilities +# GLX_DAMAGE redraw only modified areas +# SHAPE include code for reshaping windows. +# GPC include code for composing polygons. # ifeq ($(strip $(GPC)),'') DFLAGS = -DOM -DSHAPE else -DFLAGS= -DOM -DSHAPE -DGPC -DGLX +DFLAGS= -DOM -DSHAPE -DGPC -DGLX -DGLX_DAMAGE #DFLAGS= -DOM -DSHAPE -DGPC endif #DFLAGS = -DTCL_MEM_DEBUG -- cgit v1.1