mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
feature: saving previous selection
This commit is contained in:
12
include/launch_state.h
Normal file
12
include/launch_state.h
Normal file
@@ -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