mirror of
https://github.com/FelixKratz/SketchyBar
synced 2025-02-17 04:58:28 +00:00
push version to 2.11.2
This commit is contained in:
parent
3e01316557
commit
1168fe552a
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#define MAJOR 2
|
||||
#define MINOR 11
|
||||
#define PATCH 1
|
||||
#define PATCH 2
|
||||
|
||||
extern int SLSMainConnectionID(void);
|
||||
extern int RunApplicationEventLoop(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue