mirror of https://github.com/GNOME/gimp.git
app: update definition of "{cache,swap}-compressed" dashboard vars
Update the definition of the "cache-compressed" and "swap- compressed" dashboard variables, to reflect the changes made by GEGL commit gegl@dc22e997757ab91c180244d5290d094d2ea8572f.
This commit is contained in:
parent
079c70cc0b
commit
fda53f9c18
|
@ -477,7 +477,7 @@ static const VariableInfo variables[] =
|
|||
.type = VARIABLE_TYPE_SIZE_RATIO,
|
||||
.sample_func = gimp_dashboard_sample_gegl_stats,
|
||||
.data = "tile-cache-total\0"
|
||||
"tile-cache-total-uncloned"
|
||||
"tile-cache-total-uncompressed"
|
||||
},
|
||||
|
||||
[VARIABLE_CACHE_HIT_MISS] =
|
||||
|
@ -603,7 +603,7 @@ static const VariableInfo variables[] =
|
|||
.type = VARIABLE_TYPE_SIZE_RATIO,
|
||||
.sample_func = gimp_dashboard_sample_gegl_stats,
|
||||
.data = "swap-total\0"
|
||||
"swap-total-uncloned"
|
||||
"swap-total-uncompressed"
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue