mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
pgtk: Fix -Wint-conversion compilation error.
* src/pgtkgui.h (WINDOW_HANDLE_UINTPTR): New macro to override the default one in src/dispextern.h.
This commit is contained in:
parent
689448a041
commit
967d8182cf
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ typedef void *Color;
|
|||
typedef int Window;
|
||||
typedef struct _GdkDisplay Display;
|
||||
|
||||
#define WINDOW_HANDLE_UINTPTR(h) ((uintptr_t) (h))
|
||||
|
||||
/* Xism */
|
||||
typedef void *XrmDatabase;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue