very little progress

This commit is contained in:
2025-06-01 21:32:01 +02:00
parent 1db76cda57
commit 76993bc971
2 changed files with 19 additions and 1 deletions

View File

@@ -565,7 +565,8 @@ size_t nn_getKeyboardCount(nn_screen *screen);
void nn_setEditableColors(nn_screen *screen, int count);
int nn_getEditableColors(nn_screen *screen);
void nn_setPaletteColor(nn_screen *screen, int );
void nn_setPaletteColor(nn_screen *screen, int idx, int color);
int nn_getPaletteColor(nn_screen *screen, int idx);
int nn_maxDepth(nn_screen *screen);
int nn_getDepth(nn_screen *screen);