summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-09 10:52:52 -0700
committerKeith Packard <keithp@keithp.com>2014-10-08 13:21:18 +0200
commit527d83dde0cb78cbfbb67d203d073e41e110d4a1 (patch)
treedc41200f2a78fbfb87b4c9b87806e378a10bb2a8
parent9887ed4989e0abd48004598be0eb5cb06fa40bd1 (diff)
Increase keystone.5c default window size
-rw-r--r--keystone.5c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone.5c b/keystone.5c
index 4b698ee..a292931 100644
--- a/keystone.5c
+++ b/keystone.5c
@@ -50,7 +50,7 @@ extend namespace Nichrome {
}
protected void natural (cairo_t cr, &quad_t quad) {
- rectangle (cr, 0, 0, 256, 256);
+ rectangle (cr, 0, 0, 400, 300);
}
void text_at (cairo_t cr, point_t p, string text) {