diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-04-23 17:37:21 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-04-23 17:37:21 +0100 |
commit | a6dd2d3a068f53aa4de1a240ad35314570246dc1 (patch) | |
tree | e78c5b8b6fc92ce3a2a7df164ee14d42848169b3 /src/frames.c | |
parent | 7e18e60824115036600c0f23700da72863edf7f7 (diff) |
Tons of UI tweaks. Oops.
Diffstat (limited to 'src/frames.c')
-rw-r--r-- | src/frames.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frames.c b/src/frames.c index dd281a1..2532617 100644 --- a/src/frames.c +++ b/src/frames.c @@ -242,7 +242,9 @@ _frames_init_alloc_fns (Frames *frames) "([sS]trn?|[mM]em)dup", "ft_.*alloc", "FT_New_Memory", /* FreeType */ "_hb_.*alloc", /* HarfBuzz */ - "X.*alloc" /* xorg */ + "X.*alloc", /* xorg */ + + "^alloc" }; guint n; |