grOGL1.c: HashLookOnly() using X11 Window type a key on LLP64 needs cast

This commit is contained in:
Darryl L. Miles 2025-08-25 11:56:38 +01:00
parent b5687a9a73
commit 3fd81c42b5
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ GrOGLDelete(w)
HashEntry *entry;
xw = (Window) w->w_grdata;
entry = HashLookOnly(&grOGLWindowTable, (char *)xw);
entry = HashLookOnly(&grOGLWindowTable, (const char *)(intptr_t)xw);
HashSetValue(entry,NULL);
XDestroyWindow(grXdpy, xw);