- fixed create-window in it's extraction of the window-class argument

This commit is contained in:
frese 2004-03-15 19:30:01 +00:00
parent 424ac04194
commit 7ad0170ccf
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ s48_value scx_Create_Window (s48_value display, s48_value parent,
(int)s48_extract_integer(height),
(int)s48_extract_integer(border_width),
s48_extract_integer(depth),
s48_extract_integer(class),
scx_extract_window_class(class),
scx_extract_visual(visual), mask, &Xattrs);
S48_GC_RETURN(scx_enter_window(win));
}