From 0304b437122f9a776944ba27c4cd4f5f12bf9a56 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 24 Jun 2002 18:28:58 +0000 Subject: [PATCH] added WXDisplay for Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index ea7a3722ae..d67a47044d 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1780,6 +1780,7 @@ typedef unsigned short WXWORD; typedef void* WXWidget ; typedef void* WXWindow ; +typedef void* WXDisplay ; /* typedef WindowPtr WXHWND; typedef Handle WXHANDLE; -- 2.50.0