Small distrib changes,
Use GTK's native insert for wxListBox, Compile pacthes for AIX, wxClipboard things, Ignore wxSIZE_AUTO flags in wxDialog and wxFrame, Ignore toolbar size in wxFrame::Get/SetClientSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
// NB: this won't result in DISCONNECTED event being sent
|
||||
virtual bool CancelDialing();
|
||||
|
||||
unsigned int GetISPNames(class wxArrayString &) const
|
||||
size_t GetISPNames(class wxArrayString &) const
|
||||
{ return 0; }
|
||||
|
||||
// sometimes the built-in logic for determining the online status may fail,
|
||||
|
@@ -906,7 +906,7 @@ void _GSocket_Detected_Write(GSocket *socket)
|
||||
socket->m_establishing = FALSE;
|
||||
|
||||
len = sizeof(error);
|
||||
getsockopt(socket->m_fd, SOL_SOCKET, SO_ERROR, &error, &len);
|
||||
getsockopt(socket->m_fd, SOL_SOCKET, SO_ERROR, (void*) &error, &len);
|
||||
|
||||
if (error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user