[Clientapps-cvs] guiplayer/motif chelixwindowmotif.cpp,1.6,1.7
ehyche at helixcommunity.org ehyche at helixcommunity.orgUpdate of /cvsroot/clientapps/guiplayer/motif
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv25808/motif
Modified Files:
chelixwindowmotif.cpp
Log Message:
Fix Linux build buster
Index: chelixwindowmotif.cpp
===================================================================
RCS file: /cvsroot/clientapps/guiplayer/motif/chelixwindowmotif.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- chelixwindowmotif.cpp 17 Aug 2007 05:30:04 -0000 1.6
+++ chelixwindowmotif.cpp 13 May 2008 21:15:00 -0000 1.7
@@ -894,7 +894,8 @@
XmNleftPosition, x,
NULL);
- m_spSite->SetSize(size);
+ // XXXMEH - where is this defined?
+// m_spSite->SetSize(size);
XtManageChild(m_videoArea);
}
else XtUnmanageChild(m_videoArea);