mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
4241cae2a1
commit
0be57355f9
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <X11/IntrinsicP.h>
|
||||
#include <X11/StringDefs.h>
|
||||
#ifdef SHOWEVENT
|
||||
#include <stdio.h>
|
||||
#include "../rio/showevent/ShowEvent.c"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1042,7 +1042,9 @@ _xreplacescreenimage(Client *client)
|
|||
w->nextscreenpm = pixmap;
|
||||
w->screenr = r;
|
||||
client->mouserect = r;
|
||||
xunlock();
|
||||
gfx_replacescreenimage(client, m);
|
||||
xlock();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue