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
					Michael Natterer
				
			
				
					committed by
					
						 Michael Natterer
						Michael Natterer
					
				
			
			
				
	
			
			
			 Michael Natterer
						Michael Natterer
					
				
			
						parent
						
							4cdb97778a
						
					
				
				
					commit
					014acf7565
				
			| @ -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 && | ||||
|  | ||||
		Reference in New Issue
	
	Block a user