Changes between Version 8 and Version 9 of BuildingGtk
- Timestamp:
- Nov 19, 2007, 11:39:28 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v8 v9 66 66 == Code layout == 67 67 68 The GTK+ port targets the cross-platform GLib and GTK+ APIs. This means that it can be built against any of the windowing systems supported by GTK+ and Cairo without modification -- those tested so far are X11 and DirectFB. Windows should work too, possibly needing a couple of tweaks. 69 70 This means that developers adding code specific to a certain windowing system should make sure their changes are conditionally compiled only when that windowing system is available. This might be done at configure time or with a switch passed to the build system, or even just using the definitions provided by the gdk headers. 71 68 72 The main components of the port: 69 73