Changeset 396
- Timestamp:
- 09/17/07 00:09:19 (1 year ago)
- Files:
-
- gtkimageview/src/gtkimageview.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/gtkimageview.c
r387 r396 363 363 * 364 364 * Consider for example if the pointer is over a hotspot in the image. 365 * If a key is pressed, then the hotspot is moved, but the cursor is 366 * not so no motion event is fired. Therefore, this method must be 367 * called BOTH when the mouse is moved and when the offset is changed. 365 * If an arrow key is pressed, then the hotspot is moved, but the 366 * cursor is not so no motion event is fired. Therefore, this method 367 * must be called BOTH when the mouse is moved and when the offset is 368 * changed. 368 369 **/ 369 370 static void
