summaryrefslogtreecommitdiff
path: root/tests/fallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fallback.c')
-rw-r--r--tests/fallback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fallback.c b/tests/fallback.c
index 16e98dd4..721ed31e 100644
--- a/tests/fallback.c
+++ b/tests/fallback.c
@@ -40,8 +40,8 @@ int main () {
0,0,150,150, 10, CopyFromParent, CopyFromParent,
CopyFromParent, 0, 0);
- XSetWindowBackground(display,one,WhitePixel(display,0));
- XSetWindowBackground(display,two,BlackPixel(display,0));
+ XSetWindowBackground(display,one,WhitePixel(display,0));
+ XSetWindowBackground(display,two,BlackPixel(display,0));
XSetTransientForHint(display, two, one);