Commit 427e3de1 authored by dscho's avatar dscho

forgot to check in nacro.h

parent a26dbfe3
......@@ -109,4 +109,9 @@ bool_t savepnm(resource_t res,const char* filename,coordinate_t x1, coordinate_t
result_t alert(resource_t res,const char* message,timeout_t timeout);
/* display a rectangular rubber band between (x0, y0) and the current
mouse pointer, as long as a button us pressed. */
result_t rubberband(resource_t res, coordinate_t x0, coordinate_t y0);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment