summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-04-12 01:04:21 +0200
committerOle Loots <ole@monochrom.net>2013-04-12 01:04:21 +0200
commit916ca92bfc1f0fb0cc30b1448d71b3259c20796e (patch)
treedd2a95b06bec043fcabbcf8082c78c61bbb7bee0 /atari/plot/plot.c
parent08024af0a5383e79867b5202aa66d63757dcc0af (diff)
downloadnetsurf-916ca92bfc1f0fb0cc30b1448d71b3259c20796e.tar.gz
netsurf-916ca92bfc1f0fb0cc30b1448d71b3259c20796e.tar.bz2
Improved favicon/iconyfied redraw (obey to visible rectangle list)
Diffstat (limited to 'atari/plot/plot.c')
-rwxr-xr-xatari/plot/plot.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index 2a8fd6868..e926deb77 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -1883,6 +1883,8 @@ bool plot_set_dimensions(int x, int y, int w, int h)
if (doupdate==true)
update_visible_rect();
+ //dbg_rect("plot_set_dimensions", &newclip);
+
plot_clip(&newclip);
return(true);
}
@@ -1946,6 +1948,10 @@ bool plot_clip(const struct rect *clip)
return ( true );
}
+VdiHdl plot_get_vdi_handle(void)
+{
+ return(atari_plot_vdi_handle);
+}
bool plot_get_clip(struct rect * out)
{