X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..6feddea302d401adad1a97796675f8737d3b9d23:/src/x11/icon.cpp diff --git a/src/x11/icon.cpp b/src/x11/icon.cpp index 96905576b3..11cea5bf32 100644 --- a/src/x11/icon.cpp +++ b/src/x11/icon.cpp @@ -19,13 +19,12 @@ #ifdef __VMS__ #pragma message disable nosimpint #endif -#include -#include + #ifdef __VMS__ #pragma message enable nosimpint #endif -#include "wx/motif/private.h" +#include "wx/x11/private.h" IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap) @@ -80,3 +79,8 @@ bool wxIcon::LoadFile(const wxString& filename, long type, return FALSE; } +bool wxIcon::CopyFromBitmap(const wxBitmap& bitmap) +{ + // TODO + return FALSE; +}