]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikaggregatelayer.c
Add ability to move selected trackpoint or waypoint by the mouse within the select...
[andy/viking.git] / src / vikaggregatelayer.c
index 1495d2403cd790fbf7c5096267f5b765c95d231f..66d05a96954acecbd7922c86bb9f1cab551a99ab 100644 (file)
@@ -83,6 +83,8 @@ VikLayerInterface vik_aggregate_layer_interface = {
   (VikLayerFuncDragDropRequest)                aggregate_layer_drag_drop_request,
 
   (VikLayerFuncSelectClick)             NULL,
+  (VikLayerFuncSelectMove)              NULL,
+  (VikLayerFuncSelectRelease)           NULL,
   (VikLayerFuncSelectedViewportMenu)    NULL,
 };