parent
4241cae2a1
commit
0be57355f9
@ -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 New Issue
Block a user