summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2006-09-12 16:03:01 +0000
committerdscho <dscho>2006-09-12 16:03:01 +0000
commit427e3de154fae89012e1627ca2c95046ef75f7ec (patch)
treeb43e79dee388a7566c79c0bc2baf07e6035670cf
parenta26dbfe3d013b5fc8d5f4be3677db1c372e22201 (diff)
downloadlibtdevnc-427e3de1.tar.gz
libtdevnc-427e3de1.zip
forgot to check in nacro.h
-rw-r--r--VisualNaCro/nacro.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/VisualNaCro/nacro.h b/VisualNaCro/nacro.h
index abc4045..2d33104 100644
--- a/VisualNaCro/nacro.h
+++ b/VisualNaCro/nacro.h
@@ -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