mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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/IntrinsicP.h>
|
||||||
#include <X11/StringDefs.h>
|
#include <X11/StringDefs.h>
|
||||||
#ifdef SHOWEVENT
|
#ifdef SHOWEVENT
|
||||||
|
#include <stdio.h>
|
||||||
#include "../rio/showevent/ShowEvent.c"
|
#include "../rio/showevent/ShowEvent.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1042,7 +1042,9 @@ _xreplacescreenimage(Client *client)
|
||||||
w->nextscreenpm = pixmap;
|
w->nextscreenpm = pixmap;
|
||||||
w->screenr = r;
|
w->screenr = r;
|
||||||
client->mouserect = r;
|
client->mouserect = r;
|
||||||
|
xunlock();
|
||||||
gfx_replacescreenimage(client, m);
|
gfx_replacescreenimage(client, m);
|
||||||
|
xlock();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue