summaryrefslogtreecommitdiff
path: root/src/frames.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-04-23 17:37:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-04-23 17:37:21 +0100
commita6dd2d3a068f53aa4de1a240ad35314570246dc1 (patch)
treee78c5b8b6fc92ce3a2a7df164ee14d42848169b3 /src/frames.c
parent7e18e60824115036600c0f23700da72863edf7f7 (diff)
Tons of UI tweaks. Oops.
Diffstat (limited to 'src/frames.c')
-rw-r--r--src/frames.c4
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;