Fix incorrect porting of XCreateFontCursor()
This commit is contained in:
parent
6db3cd48d8
commit
fa5bc02103
|
@ -171,7 +171,7 @@ create_font_cursor(unsigned int cursor_font)
|
||||||
xcb_create_glyph_cursor (globalconf.connection, cursor, font, font,
|
xcb_create_glyph_cursor (globalconf.connection, cursor, font, font,
|
||||||
cursor_font, cursor_font + 1,
|
cursor_font, cursor_font + 1,
|
||||||
0, 0, 0,
|
0, 0, 0,
|
||||||
0, 0, 0);
|
65535, 65535, 65535);
|
||||||
|
|
||||||
return cursor;
|
return cursor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue