summaryrefslogtreecommitdiff
path: root/include/cursor.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-01 12:51:30 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-01 12:51:30 +0100
commitbde04d10347414251b40af574d1bc94962d23a5a (patch)
tree8405dbd53052310d8e83502dbd1e53e8fb37d2e8 /include/cursor.h
parent56dd658e6265fb1902c92d6d88420c3accb79225 (diff)
downloadlibnsfb-bde04d10347414251b40af574d1bc94962d23a5a.tar.gz
libnsfb-bde04d10347414251b40af574d1bc94962d23a5a.tar.bz2
Add support for offset mouse pointer hotspots.
Diffstat (limited to 'include/cursor.h')
-rw-r--r--include/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cursor.h b/include/cursor.h
index e3a8a04..076e6c9 100644
--- a/include/cursor.h
+++ b/include/cursor.h
@@ -20,6 +20,8 @@ struct nsfb_cursor_s {
int bmp_width;
int bmp_height;
int bmp_stride;
+ int hotspot_x;
+ int hotspot_y;
/* current saved image */
nsfb_bbox_t savloc;