push version to 2.11.2

This commit is contained in:
Felix Kratz 2022-11-30 21:10:28 +01:00
parent 3e01316557
commit 1168fe552a
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@ extern CFStringRef SLSCopyActiveMenuBarDisplayIdentifier(int cid);
extern CGError SLSGetMenuBarAutohideEnabled(int cid, int *enabled);
extern CGError SLSGetRevealedMenuBarBounds(CGRect *rect, int cid, uint64_t sid);
extern CFStringRef SLSCopyBestManagedDisplayForPoint(int cid, CGPoint point);
extern CGError SLSSetMenuBarVisibilityOverrideOnDisplay(int cid, int did, bool override);
extern CGError SLSSetMenuBarAutohideEnabled(int cid, bool enabled);
uint32_t display_main_display_id(void);
uint32_t display_active_display_id(void);

View file

@ -18,7 +18,7 @@
#define MAJOR 2
#define MINOR 11
#define PATCH 1
#define PATCH 2
extern int SLSMainConnectionID(void);
extern int RunApplicationEventLoop(void);