]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
wxTreeCtrl::GetBoundRect() implemented
[wxWidgets.git] / src / motif / utils.cpp
index 99569a53c2d594cd258ca3931b3050eea10f1e48..94820453fb528f4fa9d1dd46a50df3a8434c735e 100644 (file)
@@ -556,6 +556,9 @@ wxXSetBusyCursor (wxWindow * win, wxCursor * cursor)
     Display *display = (Display*) win->GetXDisplay();
     
     Window xwin = (Window) win->GetXWindow();
+    if (!xwin)
+       return;
+
     XSetWindowAttributes attrs;
     
     if (cursor)