X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76471ff7f52b9b579b699e53e7811d22f12bff89..7dcea26b0bcbd845c75174e50c78a4320913a683:/src/gtk1/cursor.cpp?ds=sidebyside diff --git a/src/gtk1/cursor.cpp b/src/gtk1/cursor.cpp index 1421608aa9..f277f4b0c9 100644 --- a/src/gtk1/cursor.cpp +++ b/src/gtk1/cursor.cpp @@ -69,7 +69,7 @@ wxCursor::wxCursor( int cursorId ) case wxCURSOR_BLANK: { static const gchar bits[] = { 0 }; - static const GdkColor color = { 0, 0, 0, 0 }; + static /* const -- not in GTK1 */ GdkColor color = { 0, 0, 0, 0 }; GdkPixmap *pixmap = gdk_bitmap_create_from_data(NULL, bits, 1, 1); M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap(pixmap,