Revision: 75297
http://sourceforge.net/p/brlcad/code/75297
Author: starseeker
Date: 2020-04-08 16:22:51 +0000 (Wed, 08 Apr 2020)
Log Message:
-----------
use context
Modified Paths:
--------------
brlcad/trunk/src/libtclcad/tclcad_obj.c
Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c 2020-04-08 16:16:29 UTC (rev
75296)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c 2020-04-08 16:22:51 UTC (rev
75297)
@@ -14279,8 +14279,7 @@
#if defined(DM_X) || defined(DM_TK) || defined(DM_OGL) || defined(DM_OSG) ||
defined(DM_OSGL) || defined(DM_WGL) || defined(DM_QT)
# if (defined HAVE_TK)
if (dm_get_public_vars(gdvp->gdv_dmp)) {
- Tk_GeometryRequest(((struct dm_xvars
*)(dm_get_public_vars(gdvp->gdv_dmp)))->xtkwin,
- width, height);
+ (*dm_tk_context.dm_window_geom)(gdvp->gdv_dmp, ((struct dm_xvars
*)(dm_get_public_vars(gdvp->gdv_dmp)))->xtkwin, &width, &height);
}
# endif
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits