diff options
author | dawes <dawes> | 1996-09-15 11:37:48 +0000 |
---|---|---|
committer | dawes <dawes> | 1996-09-15 11:37:48 +0000 |
commit | 1256f96fab36abaed6129db1a184e8fcc38236f5 (patch) | |
tree | 3a9f5bc689a70fa4dd29b9645634e3104ec05dc4 /programs/xf86dga | |
parent | 371c4725be6ef428f381663fe2e10a5fcf6ead7f (diff) |
updates
Diffstat (limited to 'programs/xf86dga')
-rw-r--r-- | programs/xf86dga/dga.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/programs/xf86dga/dga.c b/programs/xf86dga/dga.c index dbbe10ee1..2d4d737af 100644 --- a/programs/xf86dga/dga.c +++ b/programs/xf86dga/dga.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/xf86dga/dga.c,v 3.8 1996/01/30 15:27:53 dawes Exp $ */ +/* $XFree86: xc/programs/xf86dga/dga.c,v 3.9 1996/08/10 13:09:20 dawes Exp $ */ #include <X11/Xos.h> #include <X11/Intrinsic.h> @@ -133,6 +133,8 @@ main(int argc, char *argv[]) XF86DGASetViewPort(dis, DefaultScreen(dis), 0, 0); + XF86DGAInstallColormap(dis, DefaultScreen(dis), cmap); + banks = (ram * 1024)/bank; #ifdef DEBUG fprintf(stderr, "%x ram:%x, addr %x, banks %d\n", True, |