mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: pan when selection changes
This helps keep things in view while moving around.
This commit is contained in:
@ -74,5 +74,9 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
gdouble sysprof_zoom_manager_fit_zoom_for_duration (SysprofZoomManager *self,
|
||||
gint64 duration,
|
||||
gint width);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gdouble sysprof_zoom_manager_get_offset_at_time (SysprofZoomManager *self,
|
||||
gint64 offset,
|
||||
gint width);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user