mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
zoom-manager: add zoom manager to simplify zoom control
This will give us a single place to deal with the mechanics of how zoom works, and then our UI code can simply apply the value as necessary.
This commit is contained in:
@ -47,6 +47,12 @@ test_model_filter_SOURCES = test-model-filter.c
|
||||
test_model_filter_CFLAGS = $(test_ui_cflags)
|
||||
test_model_filter_LDADD = $(test_ui_libs)
|
||||
|
||||
TESTS += test-zoom
|
||||
TEST_PROGS += test-zoom
|
||||
test_zoom_SOURCES = test-zoom.c
|
||||
test_zoom_CFLAGS = $(test_ui_cflags)
|
||||
test_zoom_LDADD = $(test_ui_libs)
|
||||
|
||||
endif
|
||||
|
||||
TEST_ENVIRONMENT = \
|
||||
|
||||
Reference in New Issue
Block a user