Change the XSettingsWatchFunc to return a Bool to indicate success. Update
2007-04-10 Matthias Clasen <mclasen@redhat.com> * gdk/x11/xsettings-client.[hc]: Change the XSettingsWatchFunc to return a Bool to indicate success. Update callers and implementors. Based on a patch by Owen Taylor. * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): Don't leak a reference to gdkwin. svn path=/trunk/; revision=17592
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							1b0bbc8773
						
					
				
				
					commit
					3b95bc271d
				
			| @ -43,7 +43,7 @@ typedef void (*XSettingsNotifyFunc) (const char       *name, | ||||
| 				     XSettingsAction   action, | ||||
| 				     XSettingsSetting *setting, | ||||
| 				     void             *cb_data); | ||||
| typedef void (*XSettingsWatchFunc)  (Window            window, | ||||
| typedef Bool (*XSettingsWatchFunc)  (Window            window, | ||||
| 				     Bool              is_start, | ||||
| 				     long              mask, | ||||
| 				     void             *cb_data); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user