diff options
author | dscho <dscho> | 2006-09-12 16:03:01 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-09-12 16:03:01 +0000 |
commit | 427e3de154fae89012e1627ca2c95046ef75f7ec (patch) | |
tree | b43e79dee388a7566c79c0bc2baf07e6035670cf /VisualNaCro | |
parent | a26dbfe3d013b5fc8d5f4be3677db1c372e22201 (diff) | |
download | libtdevnc-427e3de154fae89012e1627ca2c95046ef75f7ec.tar.gz libtdevnc-427e3de154fae89012e1627ca2c95046ef75f7ec.zip |
forgot to check in nacro.h
Diffstat (limited to 'VisualNaCro')
-rw-r--r-- | VisualNaCro/nacro.h | 5 |
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 |