#include <stdlib.h> for putenv, <string.h> for strlen.
Wed Jan 8 18:43:03 2003 Manish Singh <yosh@gimp.org> * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv, <string.h> for strlen. * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv, <string.h> for strrchr. * tests/testgtk.c (create_saved_position): "x" and "y" properties for widgets no longer exist, use gtk_window_move instead. * test/testtextbuffer.c (check_get_set_text): cast strlen to int for g_error.
This commit is contained in:
		 Manish Singh
					Manish Singh
				
			
				
					committed by
					
						 Manish Singh
						Manish Singh
					
				
			
			
				
	
			
			
			 Manish Singh
						Manish Singh
					
				
			
						parent
						
							62113a6271
						
					
				
				
					commit
					bd6ac8c69c
				
			| @ -21,6 +21,9 @@ | ||||
|  * Boston, MA 02111-1307, USA. | ||||
|  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
|  | ||||
| #include <config.h> | ||||
| #include <glib.h> | ||||
| #include "gdkscreen.h" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user