Added GLK12232-25SM support with glk driver.
Fixed lots of small problems in various places. Added new protocol commands screen_add/del_key so screens can request keystrokes when they are being displayed. Lots of work on CPU GRAPH and BIG NUMBER CLOCK screens. Fixed 'output' function in MtxOrb.c
This commit is contained in:
@@ -17,6 +17,8 @@ int hello_func (client * c, int argc, char **argv);
|
||||
int client_set_func (client * c, int argc, char **argv);
|
||||
int client_add_key_func (client * c, int argc, char **argv);
|
||||
int client_del_key_func (client * c, int argc, char **argv);
|
||||
int screen_add_key_func (client * c, int argc, char **argv);
|
||||
int screen_del_key_func (client * c, int argc, char **argv);
|
||||
int screen_add_func (client * c, int argc, char **argv);
|
||||
int screen_del_func (client * c, int argc, char **argv);
|
||||
int screen_set_func (client * c, int argc, char **argv);
|
||||
|
||||
Reference in New Issue
Block a user