* Added end process notification in motif.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-11-11 18:06:28 +00:00
parent 55acd85e71
commit 8ef6a930da
5 changed files with 138 additions and 54 deletions

View File

@@ -90,11 +90,8 @@ void WXSERIAL(wxBitmap)::LoadObject(wxObjectInputStream& s)
w = data_s.Read16();
h = data_s.Read16();
#ifdef __WXGTK__
bitmap->Resize(w, h);
#else
bitmap->Create(w, h);
#endif
bitmap->SetWidth(w);
bitmap->SetHeight(h);
dc.SelectObject(*bitmap);
for (y=0;y<h;y++)