From 6655002629fdfcb2bcd610224769198f83c14d7b Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 25 Feb 2010 12:55:31 -0800 Subject: [PATCH] remove repeated "pad" slots from x11.xlib structs --- basis/x11/xlib/xlib.factor | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/basis/x11/xlib/xlib.factor b/basis/x11/xlib/xlib.factor index de01d509dd..e86bb5e8c3 100644 --- a/basis/x11/xlib/xlib.factor +++ b/basis/x11/xlib/xlib.factor @@ -1010,14 +1010,7 @@ STRUCT: XKeymapEvent { send_event Bool } { display Display* } { window Window } -{ pad int } -{ pad int } -{ pad int } -{ pad int } -{ pad int } -{ pad int } -{ pad int } -{ pad int } ; +{ pad int[8] } ; UNION-STRUCT: XEvent { int int }