Created
November 21, 2019 04:12
-
-
Save milesrout/2b2460ecdbcfa9f37c141c6d7a7cea1c to your computer and use it in GitHub Desktop.
my opinion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct wlr_surface *wlr_surface_surface_at(struct wlr_surface *surface, | |
double sx, double sy, double *sub_x, double *sub_y) { | |
// Do stuff | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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