git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37990 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -6,7 +6,7 @@
#include <string.h>
#include <grass/gis.h>
#include <grass/display.h>
-#include <grass/raster.h>
+#include <grass/display_raster.h>
#include "options.h"
#define NUMSCALES 16
@@ -26,7 +26,7 @@
#include <grass/glocale.h>
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <grass/colors.h>
#include "colors.h"
@@ -1,7 +1,7 @@
#include <unistd.h>
#include "graphics.h"
@@ -20,7 +20,7 @@
int main(int argc, char **argv)
@@ -24,7 +24,7 @@
#include <math.h>
@@ -15,7 +15,7 @@
#include <stdlib.h>
int main(int argc, char *argv[])
@@ -4,7 +4,7 @@
#include <grass/Vect.h>
#include <grass/dbmi.h>
#include <errno.h>
static char **fonts;
@@ -21,7 +21,7 @@
@@ -22,7 +22,7 @@
#include "local_proto.h"
@@ -1,6 +1,6 @@
#include <grass/symbol.h>
@@ -32,7 +32,7 @@
#include <grass/gprojects.h>
@@ -3,7 +3,7 @@
#include "his.h"
@@ -28,7 +28,7 @@
#include "bar.h"
int bar(struct stat_list *dist_stats, /* list of distribution statistics */
@@ -1,5 +1,5 @@
@@ -35,7 +35,7 @@
@@ -30,7 +30,7 @@
#include "pie.h"
/*#define DEBUG */
@@ -29,7 +29,7 @@
@@ -33,7 +33,7 @@
int
@@ -23,7 +23,7 @@
@@ -25,7 +25,7 @@
#include "local.h"
@@ -38,7 +38,7 @@
#include "mask.h"
*****************************************************************************/
struct band
void plot(double lon1, double lat1, double lon2, double lat2,
@@ -58,7 +58,7 @@
@@ -19,7 +19,7 @@
#include <dirent.h>
#include <grass/config.h>
#include "plot.h"
#include "global.h"
@@ -18,7 +18,7 @@
#include <sys/types.h>
#include "what.h"
int make_window_box(struct Cell_head *window, double magnify, int full,
static int max(int a, int b)
static double round_to(double in, int sd)
@@ -6,7 +6,7 @@ returns: TRUE (1) point added ok, FALSE (0) could not add, list full
*************************************************************/
#include "globals.h"
int draw_cell(View * view, int overlay)
@@ -1,4 +1,4 @@
static View *makeview(double bottom, double top, double left, double right)
#define MU 'l' /* these are the characters that are printed as */
static int active = 0;
static int first = 1;
static int curx, cury;
#define NLINES 18
struct box
{
@@ -8,7 +8,7 @@
#endif
/*
* call a subroutine, but as a child process
* allowing interrupts for the child
int debug(char *msg)
R_stabilize();
int dot(int x, int y)
double vx[5], vy[5];
int drawcell(View * view)
static int replot;
#include <signal.h>
static int get_point2(double *, double *);
static int keyboard(void);
int display_points(int in_color)