X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fphosphor.c;h=47f58dcc7db36ea1de3bc9798921eabbffff49b7;hp=5d9ff6d44bec47878d8deb0cdbcc39d01dcb544a;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/phosphor.c b/hacks/phosphor.c index 5d9ff6d4..47f58dcc 100644 --- a/hacks/phosphor.c +++ b/hacks/phosphor.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1999-2013 Jamie Zawinski +/* xscreensaver, Copyright (c) 1999-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -323,7 +323,8 @@ phosphor_init (Display *dpy, Window window) state->xgwa.width, state->xgwa.height, state->grid_width - 1, - state->grid_height - 1); + state->grid_height - 1, + 0); return state; } @@ -1209,7 +1210,8 @@ phosphor_reshape (Display *dpy, Window window, void *closure, textclient_reshape (state->tc, w, h, state->grid_width - 1, - state->grid_height - 1); + state->grid_height - 1, + 0); }