mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
fbdev: save and restore support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@950 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bd34c5a85c
commit
356473ec96
3 changed files with 72 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
#define XENV_CAP_MOUSE (1<<1)
|
||||
|
||||
/* xenv_flags specify if we need keys and mouse,
|
||||
* flag is removed if input is not available */
|
||||
* on return, flag is removed if input is not available */
|
||||
int xenv_init(int *xenv_flags, const char *window_title);
|
||||
|
||||
/* read events from X, calling key_cb for key, mouseb_cb for mouse button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue