dws

a new direct/dynamic/dri/drm based window system
git clone git://git.suckless.org/dws
Log | Files | Refs | README | LICENSE

commit f0f87d61c20067b2f32de9a041f80f4b6f3a6ca9
parent ab4190d503462678aedeeab40fbb1be9045000b4
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Fri, 10 Jul 2009 13:38:29 +0100

typo fix
Diffstat:
dws.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dws.h b/dws.h @@ -1,4 +1,4 @@ -/* See DICENSE file for license details */ +/* See LICENSE file for license details */ typedef enum { CompositorTypeSrcOver,