diff options
-rw-r--r-- | Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
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 |