Skip to content

Commit

Permalink
updated lgncopenapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 19, 2023
1 parent e8a6bb4 commit af5466f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions include/lgncopenapi/lgnc_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ enum LGNC_CURSOR_HOTSPOT_T {
};



typedef struct LGNC_CTRL_INFO LGNC_CTRL_INFO, *PLGNC_CTRL_INFO;

struct LGNC_CTRL_INFO {
Expand Down Expand Up @@ -118,11 +117,15 @@ int LGNC_SYSTEM_Finalize(void);

int LGNC_SYSTEM_GetDisplayId(int *displayId /* very likely to be wl_egl_window */);

int LGNC_SYSTEM_GetLanguage(void);
int LGNC_SYSTEM_GetDisplayResolution(int *width, int *height);

int LGNC_SYSTEM_GetLanguage(char *language);

int LGNC_SYSTEM_GetSaveDirectory(char *directory);

int LGNC_SYSTEM_GetSaveDirectory(void);
int LGNC_SYSTEM_GetSystemInfo(LGNC_CTRL_INFO *info);

int LGNC_SYSTEM_GetSystemInfo(void);
int LGNC_SYSTEM_GetVersion(int *major, int *minor, int *patch);

int LGNC_SYSTEM_SetCursorShape(void);

Expand Down

0 comments on commit af5466f

Please sign in to comment.