Skip to content

Commit

Permalink
fix(window): add policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 14, 2024
1 parent 10b540d commit 1971783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/saucer/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ extern "C"
SAUCER_WINDOW_EDGE_RIGHT,
};

enum SAUCER_POLICY
{
SAUCER_POLICY_ALLOW,
SAUCER_POLICY_BLOCK,
};

struct saucer_handle;

SAUCER_EXPORT bool saucer_window_focused(saucer_handle *);
Expand Down

0 comments on commit 1971783

Please sign in to comment.