Fix warning due to typo

This commit is contained in:
Alexander Larsson 2009-01-27 15:11:39 +01:00 committed by Alexander Larsson
parent b272456023
commit 482b333d92

View File

@ -772,7 +772,7 @@ roundtrip_handler (Display *dpy,
int len,
XPointer data)
{
RoundtripState *state = (SendEventState *)data;
RoundtripState *state = (RoundtripState *)data;
if (dpy->last_request_read == state->get_input_focus_req)
{