fix misprint

This commit is contained in:
gazer 2016-01-31 19:35:09 +03:00
parent 4723343eaf
commit c834116053
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class X11Window : DWindow {
swamask |= CWColormap;
swa.colormap = x11cmap;
visual = cast(Visual*)x11visual.visual;
depth = x11visutal.depth;
depth = x11visual.depth;
}
}