remove leftover printf
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
parent
d455f8ab93
commit
80f2f681b3
@ -1392,7 +1392,7 @@ int Get_input(int sleep_time)
|
|||||||
}
|
}
|
||||||
else if (event.xclient.message_type == XInternAtom(X11_display, "XdndLeave", False))
|
else if (event.xclient.message_type == XInternAtom(X11_display, "XdndLeave", False))
|
||||||
{
|
{
|
||||||
printf("XdndLeave\n");
|
//printf("XdndLeave\n");
|
||||||
}
|
}
|
||||||
else if (event.xclient.message_type == XInternAtom(X11_display, "XdndPosition", False))
|
else if (event.xclient.message_type == XInternAtom(X11_display, "XdndPosition", False))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user