Revision: 76927
http://sourceforge.net/p/brlcad/code/76927
Author: starseeker
Date: 2020-08-24 21:05:56 +0000 (Mon, 24 Aug 2020)
Log Message:
-----------
Note these functions will always fall back to 'nu'
Modified Paths:
--------------
brlcad/trunk/src/libdm/dm_plugins.cpp
Modified: brlcad/trunk/src/libdm/dm_plugins.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm_plugins.cpp 2020-08-24 20:53:20 UTC (rev
76926)
+++ brlcad/trunk/src/libdm/dm_plugins.cpp 2020-08-24 21:05:56 UTC (rev
76927)
@@ -193,6 +193,9 @@
* backend supports that check, and will report the "best" available WORKING
* backend rather than simply the first one present in the list that is also
* in the plugins directory.
+ *
+ * Defaults to "nu" if nothing else is found - nu is compiled into libdm itself
+ * and thus always viable, even if no plugins can be found.
*/
extern "C" const char *
dm_bestXType(const char *dpy_string)
@@ -230,6 +233,9 @@
* specified backend type before reporting it, but does NOT perform a runtime
* test to verify its suggestion will work (unlike dm_bestXType) before
* reporting back.
+ *
+ * Defaults to "nu" if nothing else is found - nu is compiled into libdm itself
+ * and thus always available, even if no plugins can be found.
*/
extern "C" const char *
dm_default_type()
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