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:
committed by
Michael Natterer
parent
4cdb97778a
commit
014acf7565
@ -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>
|
2008-09-23 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkclist.h
|
* gtk/gtkclist.h
|
||||||
|
|||||||
@ -2109,8 +2109,6 @@ gdk_event_translate (GdkDisplay *display,
|
|||||||
#ifdef HAVE_RANDR
|
#ifdef HAVE_RANDR
|
||||||
if (xevent->type - display_x11->xrandr_event_base == RRNotify)
|
if (xevent->type - display_x11->xrandr_event_base == RRNotify)
|
||||||
{
|
{
|
||||||
XRRNotifyEvent *notify = (XRRNotifyEvent *)xevent;
|
|
||||||
|
|
||||||
if (screen)
|
if (screen)
|
||||||
_gdk_x11_screen_process_monitors_change (screen);
|
_gdk_x11_screen_process_monitors_change (screen);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user