diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/Xconfig/glx.pm | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = drak3d -VERSION = 1.4 +VERSION = 1.5 DESTDIR= libdir=/usr/lib @@ -1,3 +1,6 @@ +1.5: +- use Compiz Fusion as label for 3D cube desktop + 1.4: - use Compiz Fusion instead of compiz and beryl diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm index 6bfe69d..5320fca 100644 --- a/lib/Xconfig/glx.pm +++ b/lib/Xconfig/glx.pm @@ -22,7 +22,7 @@ our @gl_compositing_types = ( }, { type => "cube", - name => N_("3D desktop (cube workspace)"), + name => N_("Compiz Fusion"), methods => [ qw(native Xgl) ], wms => [ qw(compiz-fusion) ], }, |