summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c
index 77ce41d..fedddfa 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -320,6 +320,8 @@ init_screen (rp_screen *s)
/* Set the numset for the frames to our global numset. */
s->frames_numset = rp_frame_numset;
+ s->scratch_buffer = NULL;
+
/* Build the display string for each screen */
buf = sbuf_new (0);
sbuf_printf (buf, "DISPLAY=%s", DisplayString (dpy));