Skip to content

Commit

Permalink
typedefs: abc
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Apr 6, 2022
1 parent 02ac937 commit af741e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ typedef struct {
int isfullscreen;
} Client;

typedef struct {
uint32_t singular_anchor;
uint32_t anchor_triplet;
int *positive_axis;
int *negative_axis;
int margin;
} Edge;

typedef struct {
uint32_t mod;
xkb_keysym_t keysym;
Expand Down Expand Up @@ -152,14 +160,6 @@ typedef struct {
struct wlr_box geo;
} LayerSurface;

typedef struct {
uint32_t singular_anchor;
uint32_t anchor_triplet;
int *positive_axis;
int *negative_axis;
int margin;
} Edge;

typedef struct {
const char *symbol;
void (*arrange)(Monitor *);
Expand Down

0 comments on commit af741e5

Please sign in to comment.