Skip to content

Commit 8c327f6

Browse files
committed
Fix #addrin in binding of x_appl_font()
1 parent 44d3e3a commit 8c327f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x_appl_font.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
short
1818
mt_x_appl_font(short getset, short zero, XFONTINFO *info, short *global_aes)
1919
{
20-
AES_PARAMS(0x7101,2,1,0,0);
20+
AES_PARAMS(0x7101,2,1,1,0);
2121

2222
aes_intin[0] = getset;
2323
aes_intin[1] = zero;

0 commit comments

Comments
 (0)