This commit is contained in:
mwalker33
2020-04-11 17:26:43 +10:00
parent 449d2ac1ec
commit 1900f6b16a
4 changed files with 33 additions and 5 deletions

View File

@@ -34,6 +34,10 @@ typedef struct {
int window_plot_ypos;
int window_plot_hsize;
int window_plot_wsize;
int window_overlay_xpos;
int window_overlay_ypos;
int window_overlay_hsize;
int window_overlay_wsize;
clientdebugLevel_t client_debug_level;
} session_arg_t;