* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
Copyright-paperwork-exempt: yes
This commit is contained in:
committed by
Eli Zaretskii
parent
19dcb237b5
commit
8d3fc7ec89
@@ -4824,7 +4824,7 @@ face_for_font (struct frame *f, Lisp_Object font_object,
|
|||||||
struct face *base_face)
|
struct face *base_face)
|
||||||
{
|
{
|
||||||
struct face_cache *cache = FRAME_FACE_CACHE (f);
|
struct face_cache *cache = FRAME_FACE_CACHE (f);
|
||||||
unsigned hash;
|
uintptr_t hash;
|
||||||
int i;
|
int i;
|
||||||
struct face *face;
|
struct face *face;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user