aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-13 17:09:32 +0000
committerFilippos Karapetis2009-10-13 17:09:32 +0000
commit4e0046dd1f1cd342bd0c2c8b1f7367299e117d15 (patch)
treee61932ec2bcc65ff270d6a609bd9b6348b4ead46 /engines/sci/gfx/operations.h
parent5aa141539786c4f905addfd0c05f6e00dfd3afd7 (diff)
downloadscummvm-rg350-4e0046dd1f1cd342bd0c2c8b1f7367299e117d15.tar.gz
scummvm-rg350-4e0046dd1f1cd342bd0c2c8b1f7367299e117d15.tar.bz2
scummvm-rg350-4e0046dd1f1cd342bd0c2c8b1f7367299e117d15.zip
Merged the rest of the cursor code
svn-id: r45029
Diffstat (limited to 'engines/sci/gfx/operations.h')
-rw-r--r--engines/sci/gfx/operations.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/sci/gfx/operations.h b/engines/sci/gfx/operations.h
index ea2078f49a..e620fc9833 100644
--- a/engines/sci/gfx/operations.h
+++ b/engines/sci/gfx/operations.h
@@ -40,8 +40,6 @@ namespace Sci {
struct TextFragment;
-#define GFXOP_NO_POINTER -1
-
/* Threshold in color index mode to differentiate between visible and non-visible stuff.
** GFXOP_ALPHA_THRESHOLD itself should be treated as non-visible.
*/
@@ -364,19 +362,6 @@ void gfxop_free_color(GfxState *state, gfx_color_t *color);
void gfxop_sleep(GfxState *state, uint32 msecs);
/**
- * Sets the mouse pointer to a view resource.
- *
- * Use gfxop_set_pointer_cursor(state, GFXOP_NO_POINTER) to disable the pointer.
- *
- * @param[in] state The affected state
- * @param[in] nr Number of the view resource to use
- * @param[in] loop View loop to use
- * @param[in] cel View cel to use
- * @param[in] hotspot Manually set hotspot to use, or NULL for default.
- */
-void gfxop_set_pointer_view(GfxState *state, int nr, int loop, int cel, Common::Point *hotspot);
-
-/**
* Retrieves the next input event from the driver.
*
* @param[in] state The affected state