diff options
Diffstat (limited to 'tkmacosx')
-rw-r--r-- | tkmacosx/macosxlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tkmacosx/macosxlib.h b/tkmacosx/macosxlib.h index a27beb5..05f4864 100644 --- a/tkmacosx/macosxlib.h +++ b/tkmacosx/macosxlib.h @@ -10,6 +10,11 @@ #include "vector.h" +void XXWarpPointer(Display* display, Window src_w, Window dest_w, + int src_x, int src_y, + unsigned int src_width, unsigned int src_height, + int dest_x, int dest_y); + void macosxBegin(); void macosxEnd(); |