rio: make full-screen work properly; add showevent

This commit is contained in:
Russ Cox 2008-01-30 10:29:17 -05:00
parent 52abe8e130
commit 0206bd5113
12 changed files with 2132 additions and 11 deletions

View file

@ -449,6 +449,7 @@ 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;