summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-11-29 14:26:29 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-11-29 14:26:29 -0800
commit2d33078e72a251cc9fa99f71220342fc436932d3 (patch)
treeded24d462d87a01d1de12cdd32785c1bc0ca8c14
parentf9adc569498bd6612af9f9aae1717b13b7662a49 (diff)
Rerender fd.o logo from Inkscape to make it look better
-rw-r--r--images/fdo-translucent.pngbin30128 -> 33054 bytes
-rw-r--r--main.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/fdo-translucent.png b/images/fdo-translucent.png
index a7c6b88..cb667d7 100644
--- a/images/fdo-translucent.png
+++ b/images/fdo-translucent.png
Binary files differ
diff --git a/main.c b/main.c
index f59ee77..e1cb8a9 100644
--- a/main.c
+++ b/main.c
@@ -13,7 +13,7 @@
#include "testscenarios.h"
int win_w = 538;
-int win_h = 450;
+int win_h = 451;
Display *disp = NULL;
Window win;
int test_type = AllTests;