diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-04-28 20:50:10 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-04-28 20:50:10 -0700 |
commit | 9b8af272991e25aed9be9b1349b6677359739e94 (patch) | |
tree | f34437df095369b7374864446405e58c3c099c83 /sys/src/cmd/mothra/mothra.c | |
parent | dcf96a006d0d29db2ae1d5f73d8faf14be8ac380 (diff) |
facelift for mothra: flat ui is in.
Remove false 3d, add borders for visual separation between
content area and navigation area.
Diffstat (limited to 'sys/src/cmd/mothra/mothra.c')
-rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index e3bb60bfd..ed613ad82 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -349,7 +349,7 @@ void main(int argc, char *argv[]){ if(pipe(kickpipe) < 0) sysfatal("pipe: %r"); estart(Ekick, kickpipe[0], 256); - plinit(screen->depth); + plinit(); if(debug) notify(dienow); getfonts(); hrule=allocimage(display, Rect(0, 0, 1, 5), screen->chan, 1, DWhite); |