From d22ae36ca5e82cb4410b137312ec44104d1f7e39 Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@slava-pestovs-macbook-pro.local>
Date: Fri, 17 Apr 2009 22:49:42 -0500
Subject: [PATCH] Revert part of 509869ca70e08504045cf1cc0d0e2558d00eaa6a

---
 basis/x11/windows/windows.factor | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/basis/x11/windows/windows.factor b/basis/x11/windows/windows.factor
index 8085907bef..98ec2728fa 100644
--- a/basis/x11/windows/windows.factor
+++ b/basis/x11/windows/windows.factor
@@ -29,6 +29,8 @@ IN: x11.windows
 
 : window-attributes ( visinfo -- attributes )
     "XSetWindowAttributes" <c-object>
+    0 over set-XSetWindowAttributes-background_pixel
+    0 over set-XSetWindowAttributes-border_pixel
     [ [ create-colormap ] dip set-XSetWindowAttributes-colormap ] keep
     event-mask over set-XSetWindowAttributes-event_mask ;