mirror of
https://github.com/javalsai/lidm.git
synced 2026-06-02 20:18:10 +02:00
feature: saving previous selection
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _LAUNCHSTATEH_
|
||||
#define _LAUNCHSTATEH_
|
||||
|
||||
struct LaunchState {
|
||||
int user_opt;
|
||||
int session_opt;
|
||||
};
|
||||
|
||||
struct LaunchState read_launch_state();
|
||||
bool write_launch_state(struct LaunchState state);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user