Changes between Version 9 and Version 10 of Ticket #1129
- Timestamp:
- 04/27/10 12:24:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1129 – description
v9 v10 3 3 The existing [http://darcs.haskell.org/packages/X11/ X11 package] has several serious issues: 4 4 * The binding is quite incomplete. 5 * Some parts of the library retain a C feel to them. Consider the casting/struct peeking style of the [ /packages/archive/X11/1.5.0.0/doc/html/Graphics-X11-Xlib-Event.html Event] system, where an algebraic data type of events is more appropriate.5 * Some parts of the library retain a C feel to them. Consider the casting/struct peeking style of the [http://hackage.haskell.org/packages/archive/X11/1.5.0.0/doc/html/Graphics-X11-Xlib-Event.html Event] system, where an algebraic data type of events is more appropriate. 6 6 7 7 A binding based on XCB has several advantages:
