- fixed a bug in scx_Get_Gc_Values.
This commit is contained in:
parent
2c91c73a18
commit
351ba3e23e
|
@ -117,19 +117,19 @@ s48_value scx_Get_Gc_Values (s48_value Xgcontext, s48_value Xdisplay) {
|
|||
S48_VECTOR_SET(res, 7, s48_enter_integer(GCV.join_style));
|
||||
S48_VECTOR_SET(res, 8, s48_enter_integer(GCV.fill_style));
|
||||
S48_VECTOR_SET(res, 9, s48_enter_integer(GCV.fill_rule));
|
||||
S48_VECTOR_SET(res, 10, s48_enter_integer(GCV.arc_mode));
|
||||
S48_VECTOR_SET(res, 11, SCX_ENTER_PIXMAP(GCV.tile));
|
||||
S48_VECTOR_SET(res, 12, SCX_ENTER_PIXMAP(GCV.stipple));
|
||||
S48_VECTOR_SET(res, 13, s48_enter_fixnum(GCV.ts_x_origin));
|
||||
S48_VECTOR_SET(res, 14, s48_enter_fixnum(GCV.ts_y_origin));
|
||||
S48_VECTOR_SET(res, 15, SCX_ENTER_FONT(GCV.font));
|
||||
S48_VECTOR_SET(res, 16, s48_enter_integer(GCV.subwindow_mode));
|
||||
S48_VECTOR_SET(res, 17, S48_ENTER_BOOLEAN(GCV.graphics_exposures));
|
||||
S48_VECTOR_SET(res, 18, s48_enter_fixnum(GCV.clip_x_origin));
|
||||
S48_VECTOR_SET(res, 19, s48_enter_fixnum(GCV.clip_y_origin));
|
||||
S48_VECTOR_SET(res, 20, SCX_ENTER_PIXMAP(GCV.clip_mask));
|
||||
S48_VECTOR_SET(res, 21, s48_enter_integer(GCV.dash_offset));
|
||||
S48_VECTOR_SET(res, 22, s48_enter_integer(GCV.dashes));
|
||||
S48_VECTOR_SET(res, 10, SCX_ENTER_PIXMAP(GCV.tile));
|
||||
S48_VECTOR_SET(res, 11, SCX_ENTER_PIXMAP(GCV.stipple));
|
||||
S48_VECTOR_SET(res, 12, s48_enter_fixnum(GCV.ts_x_origin));
|
||||
S48_VECTOR_SET(res, 13, s48_enter_fixnum(GCV.ts_y_origin));
|
||||
S48_VECTOR_SET(res, 14, SCX_ENTER_FONT(GCV.font));
|
||||
S48_VECTOR_SET(res, 15, s48_enter_integer(GCV.subwindow_mode));
|
||||
S48_VECTOR_SET(res, 16, S48_ENTER_BOOLEAN(GCV.graphics_exposures));
|
||||
S48_VECTOR_SET(res, 17, s48_enter_fixnum(GCV.clip_x_origin));
|
||||
S48_VECTOR_SET(res, 18, s48_enter_fixnum(GCV.clip_y_origin));
|
||||
S48_VECTOR_SET(res, 19, SCX_ENTER_PIXMAP(GCV.clip_mask));
|
||||
S48_VECTOR_SET(res, 20, s48_enter_integer(GCV.dash_offset));
|
||||
S48_VECTOR_SET(res, 21, s48_enter_integer(GCV.dashes));
|
||||
S48_VECTOR_SET(res, 22, s48_enter_integer(GCV.arc_mode));
|
||||
|
||||
res = s48_cons(s48_enter_integer(mask), res);
|
||||
|
||||
|
|
Loading…
Reference in New Issue