summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-11-20 21:51:55 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-11-20 21:51:55 -0800
commit643aae2d650e8b1102130e79e763b479b15fca53 (patch)
treeaeae8ed3b0d130ebde26d7fa77d25e78ba56659f /main.c
parenta3a1c41a28915ecf81567f35a27040fd7275b9c5 (diff)
Add a CA mask test
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f017028..0fe5d89 100644
--- a/main.c
+++ b/main.c
@@ -76,7 +76,7 @@ static Picture createBackgroundPicture()
unsigned int w, h;
char *data;
Picture back;
- XRenderSurf *surf = xrender_surf_new(disp, win, PictStandardRGB24, 40, 40);
+ XRenderSurf *surf = xrender_surf_new(disp, win, PictStandardRGB24, 40, 40, False);
readPng("images/bg2.png", &data, &w, &h);
xrender_surf_populate(disp, surf, w, h, data);