File: README.programming

package info (click to toggle)
workman 1.3b-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,172 kB
  • ctags: 896
  • sloc: ansic: 11,084; makefile: 123; sh: 28
file content (25 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
These are notes you may find interesting if you wish to create a new
user interface for WorkMan.

+------------+
| 1) modules |
+------------+
the core modules to program a new interface for WorkMan are:
plat_*.c (with plat_.h if needed)
cdrom.c, cdrom.h

+---------------------------------------------------------------+
| 2) Which functions must be defined to get the thing compiled? |
+---------------------------------------------------------------+

void about_set_drivetype(unsigned char *vendor, unsigned char *model,
                         unsigned char *rev );
                         
(For WorkMan with XView contained in setup.c / setup.h)
This function is called by several plat_* modules to set the
corresponding information if possible.

int big_spaces = 0;

Sorry, I hope to solve this..