summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-04 13:05:00 +0000
committerOle Loots <ole@monochrom.net>2011-12-04 13:05:00 +0000
commit7323f012ed79a56c75b48e200c6fcea4c36b296f (patch)
tree96110ce30184650743cbb543f71288ab7eb011c1 /atari/gui.h
parentc3be583d22270d91fe2466069c3c6e25de1b87c3 (diff)
downloadnetsurf-7323f012ed79a56c75b48e200c6fcea4c36b296f.tar.gz
netsurf-7323f012ed79a56c75b48e200c6fcea4c36b296f.tar.bz2
Stick to OS features for drag feature - handle it almost blocking (improves user experience).
svn path=/trunk/netsurf/; revision=13233
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/atari/gui.h b/atari/gui.h
index 826f6d52f..14b4ca463 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -28,14 +28,6 @@ struct point_s {
int y;
};
-struct bbox_s {
- int x0;
- int y0;
- int x1;
- int y1;
-};
-
-typedef struct bbox_s BBOX;
typedef struct point_s POINT;
#define MFORM_EX_FLAG_USERFORM 0x01
@@ -136,6 +128,4 @@ struct gui_window {
extern struct gui_window *window_list;
-#define MOUSE_IS_DRAGGING() (mouse_hold_start[0] || mouse_hold_start[1])
-
#endif