Revision: 75964
http://sourceforge.net/p/brlcad/code/75964
Author: starseeker
Date: 2020-05-28 17:43:02 +0000 (Thu, 28 May 2020)
Log Message:
-----------
In the branch, the remaining init_dm proc is now libtclcad specific
Modified Paths:
--------------
brlcad/branches/dm-fb-merge/src/tclscripts/CMakeLists.txt
Added Paths:
-----------
brlcad/branches/dm-fb-merge/src/tclscripts/libtclcad.tcl
Removed Paths:
-------------
brlcad/branches/dm-fb-merge/src/tclscripts/libdm.tcl
Modified: brlcad/branches/dm-fb-merge/src/tclscripts/CMakeLists.txt
===================================================================
--- brlcad/branches/dm-fb-merge/src/tclscripts/CMakeLists.txt 2020-05-28
17:35:44 UTC (rev 75963)
+++ brlcad/branches/dm-fb-merge/src/tclscripts/CMakeLists.txt 2020-05-28
17:43:02 UTC (rev 75964)
@@ -100,7 +100,7 @@
helplib.tcl
hoc.tcl
html_library.tcl
- libdm.tcl
+ libtclcad.tcl
man_browser.tcl
menu_override.tcl
mouse.tcl
Deleted: brlcad/branches/dm-fb-merge/src/tclscripts/libdm.tcl
===================================================================
--- brlcad/branches/dm-fb-merge/src/tclscripts/libdm.tcl 2020-05-28
17:35:44 UTC (rev 75963)
+++ brlcad/branches/dm-fb-merge/src/tclscripts/libdm.tcl 2020-05-28
17:43:02 UTC (rev 75964)
@@ -1,40 +0,0 @@
-# L I B D M . T C L
-# BRL-CAD
-#
-# Copyright (c) 2004-2020 United States Government as represented by
-# the U.S. Army Research Laboratory.
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public License
-# version 2.1 as published by the Free Software Foundation.
-#
-# This library is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; see the file named COPYING for more
-# information.
-#
-###
-
-## - init_dm_obj
-#
-# Called to initialize display manager objects.
-#
-proc init_dm_obj { w } {
- if ![winfo exists $w] {
- return
- }
-
- bind $w <Configure> {catch {%W configure}}
-}
-# Local Variables:
-# mode: Tcl
-# tab-width: 8
-# c-basic-offset: 4
-# tcl-indent-level: 4
-# indent-tabs-mode: t
-# End:
-# ex: shiftwidth=4 tabstop=8
Copied: brlcad/branches/dm-fb-merge/src/tclscripts/libtclcad.tcl (from rev
75963, brlcad/branches/dm-fb-merge/src/tclscripts/libdm.tcl)
===================================================================
--- brlcad/branches/dm-fb-merge/src/tclscripts/libtclcad.tcl
(rev 0)
+++ brlcad/branches/dm-fb-merge/src/tclscripts/libtclcad.tcl 2020-05-28
17:43:02 UTC (rev 75964)
@@ -0,0 +1,40 @@
+# L I B D M . T C L
+# BRL-CAD
+#
+# Copyright (c) 2004-2020 United States Government as represented by
+# the U.S. Army Research Laboratory.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License
+# version 2.1 as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; see the file named COPYING for more
+# information.
+#
+###
+
+## - init_dm_obj
+#
+# Called to initialize display manager objects.
+#
+proc init_dm_obj { w } {
+ if ![winfo exists $w] {
+ return
+ }
+
+ bind $w <Configure> {catch {%W configure}}
+}
+# Local Variables:
+# mode: Tcl
+# tab-width: 8
+# c-basic-offset: 4
+# tcl-indent-level: 4
+# indent-tabs-mode: t
+# End:
+# ex: shiftwidth=4 tabstop=8
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