Skip to content

Instantly share code, notes, and snippets.

@milesrout
Created November 21, 2019 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milesrout/2b2460ecdbcfa9f37c141c6d7a7cea1c to your computer and use it in GitHub Desktop.
Save milesrout/2b2460ecdbcfa9f37c141c6d7a7cea1c to your computer and use it in GitHub Desktop.
my opinion
struct wlr_surface *wlr_surface_surface_at(struct wlr_surface *surface,
double sx, double sy, double *sub_x, double *sub_y) {
// Do stuff
}
struct wlr_surface *wlr_surface_surface_at(struct wlr_surface *surface,
double sx, double sy,
double *sub_x, double *sub_y) {
// Do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment