Configure now generates a gdkconfig.h file, in similar way as GLib's
configure generates glibconfig.h. Currently it only defines what windowing API GDK uses, and on Unix (where configure scripts are used), it's always X11... Include gdkconfig.h in gdktypes.h. gdkconfig.h is installed in @libdir@/gtk+/include (like glibconfig.h is in @libdir@/glib/include). (This might be debatable?) Add that to gtk-config --cflags. Merge in Win32 changes to gtkfontsel.c
This commit is contained in:
		
							
								
								
									
										3
									
								
								gdk/win32/gdkconfig.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								gdk/win32/gdkconfig.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| /* Handcrafted for Win32 */ | ||||
|  | ||||
| #define GDK_WINDOWING GDK_WINDOWING_WIN32 | ||||
		Reference in New Issue
	
	Block a user
	 Tor Lillqvist
					Tor Lillqvist