summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basecommand.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r--tksao/frame/basecommand.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C
index 5daa343..792f660 100644
--- a/tksao/frame/basecommand.C
+++ b/tksao/frame/basecommand.C
@@ -1942,6 +1942,11 @@ void Base::getMaskMarkCmd()
Tcl_AppendResult(interp, "1", NULL);
}
+void Base::getMaskSystemCmd()
+{
+ Tcl_AppendResult(interp, "physical", NULL);
+}
+
void Base::getMaskTransparencyCmd()
{
printDouble(0);