Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(286)

Unified Diff: src/cmd/draw/colors.c

Issue 88910043: devdraw: working on high-res font support
Patch Set: diff -r 8539a916d98a https://code.google.com/p/plan9port Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/devdraw/osx-srv.c ('k') | src/cmd/draw/statusbar.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/draw/colors.c
===================================================================
--- a/src/cmd/draw/colors.c
+++ b/src/cmd/draw/colors.c
@@ -108,6 +108,8 @@
if(initdraw(0, 0, "colors") < 0)
sysfatal("initdraw failed: %r");
+ sleep(10000);
+
einit(Emouse);
for(i=0; i<256; i++){
« no previous file with comments | « src/cmd/devdraw/osx-srv.c ('k') | src/cmd/draw/statusbar.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b