= Display library in GRASS 7 = == Move R_() fns to the display library == Directory {{{lib/raster}}} will be used for [wiki:Grass7/RasterLib raster library]. Initial step is to move '''R_()''' fns to {{{lib/display}}}. * {{{lib/raster}}} has been removed in r37976 ({{{lib/raster/raster.c}}} -> {{{lib/display/r_raster.c}}}). The fn names unchanged. * {{{raster.h}}} merged with [source:grass/trunk/include/display.h display.h] * Some '''R_()''' fns can be made be static, see [http://lists.osgeo.org/pipermail/grass-dev/2009-June/044696.html suggestion] (r38001) '''Status'''': done