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…
Add table
Add a link
Reference in a new issue