Changeset 8d2dd7f2 in mainline for uspace/lib/gui
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/gui
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/button.h
re48947e r8d2dd7f2 37 37 #define GUI_BUTTON_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <io/pixel.h> 41 41 -
uspace/lib/gui/canvas.h
re48947e r8d2dd7f2 38 38 39 39 #include <stdbool.h> 40 #include <sys/types.h>41 40 #include <io/pixel.h> 42 41 #include <surface.h> -
uspace/lib/gui/common.c
re48947e r8d2dd7f2 34 34 */ 35 35 36 #include <sys/types.h> 36 #include <stddef.h> 37 #include <stdint.h> 37 38 #include <drawctx.h> 38 39 #include "common.h" -
uspace/lib/gui/common.h
re48947e r8d2dd7f2 37 37 #define GUI_COMMON_H_ 38 38 39 #include <sys/types.h>40 39 #include <drawctx.h> 41 40 -
uspace/lib/gui/connection.h
re48947e r8d2dd7f2 37 37 #define GUI_CONNECTION_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include "widget.h" 41 41 -
uspace/lib/gui/grid.h
re48947e r8d2dd7f2 37 37 #define GUI_GRID_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include <io/pixel.h> 41 41 #include "widget.h" -
uspace/lib/gui/label.h
re48947e r8d2dd7f2 37 37 #define GUI_LABEL_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <io/pixel.h> 41 41 -
uspace/lib/gui/minimal.h
re48947e r8d2dd7f2 38 38 39 39 #include <stdbool.h> 40 #include <sys/types.h>41 40 #include <io/pixel.h> 42 41 -
uspace/lib/gui/terminal.h
re48947e r8d2dd7f2 37 37 #define GUI_TERMINAL_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include <fibril_synch.h> 41 41 #include <font.h> -
uspace/lib/gui/widget.h
re48947e r8d2dd7f2 37 37 #define GUI_WIDGET_H_ 38 38 39 #include <sys/types.h>40 39 #include <adt/list.h> 41 40 #include <io/window.h> -
uspace/lib/gui/window.h
re48947e r8d2dd7f2 37 37 #define GUI_WINDOW_H_ 38 38 39 #include <sys/types.h>40 39 #include <async.h> 41 40 #include <adt/prodcons.h>
Note:
See TracChangeset
for help on using the changeset viewer.