ui/common/context.c

changeset 1035
86d3a45dc928
parent 1021
fa372f87cf54
--- a/ui/common/context.c	Wed Dec 31 09:16:02 2025 +0100
+++ b/ui/common/context.c	Wed Dec 31 10:06:15 2025 +0100
@@ -777,6 +777,8 @@
             v->observers = ui_add_observer(v->observers, f, data);
             break;
         }
+        case UI_VAR_GENERIC: break;
+        case UI_VAR_SPECIAL: break;
     }
 }
 

mercurial