Headers moved a bit.
Minor docs updates. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1277,12 +1277,12 @@ wxImage::wxImage( const wxBitmap &bitmap )
|
||||
|
||||
#ifdef __WXGTK__
|
||||
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdk.h"
|
||||
#include "gdk/gdkx.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
|
||||
#if (GTK_MINOR_VERSION > 0)
|
||||
#include "gdk/gdkrgb.h"
|
||||
#include <gdk/gdkrgb.h>
|
||||
#endif
|
||||
|
||||
wxBitmap wxImage::ConvertToBitmap() const
|
||||
|
Reference in New Issue
Block a user