1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-06 08:15:56 +01:00

Remove some unnecessary code related to XShape usage

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-15 18:46:47 +01:00
committed by Carlos R. Mafra
parent bf64058020
commit 330fc85e56
2 changed files with 0 additions and 14 deletions

View File

@@ -42,12 +42,6 @@
/* BUG There's something fishy with shaped windows */
/* Whithout shape extension the magnified image is completely broken -Dan */
#if 0
# ifdef SHAPE
# define SHAPE_WAS_DEFINED
# undef SHAPE
# endif
#endif
#ifdef SHAPE
# include <X11/extensions/shape.h>
@@ -3463,8 +3457,3 @@ static unsigned char getShift(unsigned char value)
return i;
}
#ifdef SHAPE_WAS_DEFINED
#undef SHAPE_WAS_DEFINED
#define SHAPE
#endif