remove unused variable and fix indentation.

2008-09-23  Michael Natterer  <mitch@imendio.com>

	* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
	variable and fix indentation.


svn path=/trunk/; revision=21496
This commit is contained in:
Michael Natterer 2008-09-23 10:46:46 +00:00 committed by Michael Natterer
parent 4cdb97778a
commit 014acf7565
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2008-09-23 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
variable and fix indentation.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.h

View File

@ -2109,12 +2109,10 @@ gdk_event_translate (GdkDisplay *display,
#ifdef HAVE_RANDR
if (xevent->type - display_x11->xrandr_event_base == RRNotify)
{
XRRNotifyEvent *notify = (XRRNotifyEvent *)xevent;
if (screen)
_gdk_x11_screen_process_monitors_change (screen);
if (screen)
_gdk_x11_screen_process_monitors_change (screen);
}
else
else
#endif
#if defined(HAVE_XCOMPOSITE) && defined (HAVE_XDAMAGE) && defined (HAVE_XFIXES)
if (display_x11->have_xdamage && window_private && window_private->composited &&