aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_macros.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2019-02-18 13:00:33 +0100
committerDan Gudmundsson <[email protected]>2019-02-18 13:00:33 +0100
commitd04ceae537e037555cb0ae962f3164dc6c499340 (patch)
tree7a11a18d336f662414dfeb7fb7b867fc5ce7d560 /lib/wx/c_src/gen/wxe_macros.h
parent5ba931478460f2ed667f1ff145c3b0af4a00155e (diff)
parentd7805acb99f2b7ccd97541d189f6494966564d98 (diff)
downloadotp-d04ceae537e037555cb0ae962f3164dc6c499340.tar.gz
otp-d04ceae537e037555cb0ae962f3164dc6c499340.tar.bz2
otp-d04ceae537e037555cb0ae962f3164dc6c499340.zip
Merge branch 'dgud/wx/extend-functionality/OTP-15587' into maint
* dgud/wx/extend-functionality/OTP-15587: Fix showModal crash on Mojave Add wxGCDC wx: Add wxDisplay wx: Change wxFONTWEIGHT enums Let wxwidgets check events
Diffstat (limited to 'lib/wx/c_src/gen/wxe_macros.h')
-rw-r--r--lib/wx/c_src/gen/wxe_macros.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/wx/c_src/gen/wxe_macros.h b/lib/wx/c_src/gen/wxe_macros.h
index 4c8e52def2..c23e8a83bd 100644
--- a/lib/wx/c_src/gen/wxe_macros.h
+++ b/lib/wx/c_src/gen/wxe_macros.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2017. All Rights Reserved.
+ * Copyright Ericsson AB 2008-2018. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@
#include <wx/fontdlg.h>
#include <wx/progdlg.h>
#include <wx/printdlg.h>
+#include <wx/display.h>
#include <wx/dcbuffer.h>
#include <wx/dcmirror.h>
#include <wx/glcanvas.h>
@@ -46,6 +47,7 @@
#include <wx/sashwin.h>
#include <wx/laywin.h>
#include <wx/graphics.h>
+#include <wx/dcgraph.h>
#include <wx/aui/aui.h>
#include <wx/datectrl.h>
#include <wx/filepicker.h>
@@ -3426,5 +3428,21 @@
#define wxDropFilesEvent_GetPosition 3597
#define wxDropFilesEvent_GetNumberOfFiles 3598
#define wxDropFilesEvent_GetFiles 3599
+#define wxDisplay_new 3600
+#define wxDisplay_destruct 3601
+#define wxDisplay_IsOk 3602
+#define wxDisplay_GetClientArea 3603
+#define wxDisplay_GetGeometry 3604
+#define wxDisplay_GetName 3605
+#define wxDisplay_IsPrimary 3606
+#define wxDisplay_GetCount 3607
+#define wxDisplay_GetFromPoint 3608
+#define wxDisplay_GetFromWindow 3609
+#define wxDisplay_GetPPI 3610
+#define wxGCDC_new_1 3611
+#define wxGCDC_new_0 3612
+#define wxGCDC_destruct 3613
+#define wxGCDC_GetGraphicsContext 3614
+#define wxGCDC_SetGraphicsContext 3615