Changeset c2a6983 in mainline for uspace/lib/gui/canvas.h
- Timestamp:
- 2013-10-13T20:59:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12d6c98
- Parents:
- 820104d (diff), 39bcc99 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/gui/canvas.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/canvas.h
r820104d rc2a6983 42 42 #include <surface.h> 43 43 #include "widget.h" 44 #include "connection.h" 44 45 45 46 typedef struct { … … 48 49 sysarg_t height; 49 50 surface_t *surface; 51 signal_t keyboard_event; 50 52 } canvas_t; 51 53 … … 53 55 surface_t *); 54 56 extern canvas_t *create_canvas(widget_t *, sysarg_t, sysarg_t, surface_t *); 57 extern bool update_canvas(canvas_t *, surface_t *); 55 58 extern void deinit_canvas(canvas_t *); 56 59
Note:
See TracChangeset
for help on using the changeset viewer.
