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

Unified Diff: src/cmd/page/page.c

Issue 105070: page: add caching (Closed)
Patch Set: page: add caching (lock display) Created 15 years, 7 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/page/page.h ('k') | src/cmd/page/view.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/page/page.c
===================================================================
--- a/src/cmd/page/page.c
+++ b/src/cmd/page/page.c
@@ -228,6 +228,8 @@
fprint(2, "page: initdraw failed: %r\n");
wexits("initdraw");
}
+ display->locking = 1;
+
truecolor = screen->depth > 8;
viewer(doc);
wexits(0);
« no previous file with comments | « src/cmd/page/page.h ('k') | src/cmd/page/view.c » ('j') | no next file with comments »

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