From b96f9d1928917c2e583d7c91dce2e2b01da50bf1 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 3 Aug 2003 20:12:57 +0000 Subject: [PATCH] Use Unix display for Motif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/display.h b/include/wx/display.h index a63376b6c7..77dddeb6ae 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -150,7 +150,7 @@ protected: #if defined(__WXMSW__) #include "wx/msw/display.h" #elif defined(__WXMOTIF__) - #include "wx/motif/display.h" + #include "wx/unix/displayx11.h" #elif defined(__WXGTK__) #include "wx/unix/displayx11.h" #elif defined(__WXMAC__) -- 2.47.2