Skip to content

Commit

Permalink
push version to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Nov 30, 2022
1 parent 3e01316 commit 1168fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/sketchybar.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#define MAJOR 2
#define MINOR 11
#define PATCH 1
#define PATCH 2

extern int SLSMainConnectionID(void);
extern int RunApplicationEventLoop(void);
Expand Down

0 comments on commit 1168fe5

Please sign in to comment.