GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
loc_get.c
Go to the documentation of this file.
1 #include <grass/gis.h>
2 
3 #include <grass/raster.h>
4 #include <grass/graphics.h>
5 
6 #include "transport.h"
7 
8 void LOC_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)
9 {
10 }
11 
12 void LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)
13 {
14 }
15 
16 void LOC_get_location_with_pointer(int *wx, int *wy, int *button)
17 {
18 }
void LOC_get_location_with_pointer(int *wx, int *wy, int *button)
Definition: loc_get.c:16
void LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)
Definition: loc_get.c:12
void LOC_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)
Definition: loc_get.c:8