moved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without native colour representation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-08-10 11:16:30 +00:00
parent de370efe24
commit 3da12c22f2
5 changed files with 25 additions and 26 deletions

View File

@@ -114,7 +114,7 @@ public:
#elif defined(__WXGTK__)
#include "wx/gtk1/colour.h"
#elif defined(__WXMGL__)
#include "wx/mgl/colour.h"
#include "wx/generic/colour.h"
#elif defined(__WXX11__)
#include "wx/x11/colour.h"
#elif defined(__WXMAC__)