]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/palette.cpp
explicit scrollbar style flags needed
[wxWidgets.git] / src / motif / palette.cpp
index ff67a7ff333cf9704005da962cf801137c9f9266..2540f1ecdd4294dcc29380c2bc33a746c9e6632a 100644 (file)
@@ -20,7 +20,7 @@
 
 /* Wolfram Gloger <u7y22ab@sunmail.lrz-muenchen.de>
 I have implemented basic colormap support for the X11 versions of
-wxWindows, notably wxPalette::Create().  The way I did it is to
+wxWidgets, notably wxPalette::Create().  The way I did it is to
 allocate additional read-only color cells in the default colormap.  In
 general you will get arbitrary pixel values assigned to these new
 cells and therefore I added a method wxColourMap::TransferBitmap()
@@ -38,6 +38,9 @@ not the functionality that wxPalette::Create() aims to provide.
 #pragma implementation "palette.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/palette.h"
 #include "wx/window.h"
 #include "wx/app.h"