rio: more full-screen fixes.

This commit is contained in:
Russ Cox 2008-01-30 12:02:01 -05:00
parent 35288690ce
commit e601e525de
3 changed files with 9 additions and 6 deletions

View file

@ -449,7 +449,6 @@ sendconfig(Client *c)
{
XConfigureEvent ce;
fprintf(stderr, "send config: %p / %d %d %d %d\n", c);
ce.type = ConfigureNotify;
ce.event = c->window;
ce.window = c->window;