Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jun 10, 2019
1 parent 56445b1 commit 736c35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ extern struct window_manager g_window_manager;
extern struct mouse_state g_mouse_state;
extern struct bar g_bar;

static const char *bool_str[] = { "off", "on" };

#define DOMAIN_CONFIG "config"
#define DOMAIN_DISPLAY "display"
#define DOMAIN_SPACE "space"
Expand Down
2 changes: 0 additions & 2 deletions src/misc/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

extern AXError _AXUIElementGetWindow(AXUIElementRef ref, uint32_t *wid);

static const char *bool_str[] = { "off", "on" };

struct rgba_color
{
bool is_valid;
Expand Down

0 comments on commit 736c35d

Please sign in to comment.