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