#ifndef SELECTION_H_INCLUDED #define SELECTION_H_INCLUDED /* $Id: selection.h,v 1.1 1997/10/22 23:46:49 mb Exp mb $ * * Copyright (c) 1997 Martin Buck * Read COPYING for more information */ #include "xevents.h" void selection_start(vtxpgwin_t *vtxwin, int x, int y, int rect, int expand); void selection_drag(vtxpgwin_t *vtxwin, int x, int y); void selection_finish(vtxpgwin_t *vtxwin); void selection_hide(vtxpgwin_t *vtxwin); #endif /* SELECTION_H_INCLUDED */