pandora: allow to move the overlay partially offscreen

to allow to cut off black bars, if the user chooses to do so
This commit is contained in:
notaz 2024-01-07 00:46:36 +02:00 committed by irixxxx
parent 70db485b44
commit ca980e1b0a
3 changed files with 86 additions and 51 deletions

View file

@ -1,6 +1,8 @@
extern int g_layer_cx, g_layer_cy;
extern int g_layer_cw, g_layer_ch;
extern int saved_start_line, saved_line_count;
extern int saved_start_col, saved_col_count;
void pnd_menu_init(void);
int pnd_setup_layer(int enabled, int x, int y, int w, int h);