mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Revert "ELF Visibility"
This commit is contained in:
parent
09cfa39392
commit
1d9be89e2d
56 changed files with 8 additions and 403 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <wlr/util/region.h>
|
||||
#include "util/defs.h"
|
||||
|
||||
WLR_API
|
||||
void wlr_region_scale(pixman_region32_t *dst, pixman_region32_t *src,
|
||||
float scale) {
|
||||
if (scale == 1) {
|
||||
|
|
@ -31,7 +29,6 @@ void wlr_region_scale(pixman_region32_t *dst, pixman_region32_t *src,
|
|||
free(dst_rects);
|
||||
}
|
||||
|
||||
WLR_API
|
||||
void wlr_region_transform(pixman_region32_t *dst, pixman_region32_t *src,
|
||||
enum wl_output_transform transform, int width, int height) {
|
||||
if (transform == WL_OUTPUT_TRANSFORM_NORMAL) {
|
||||
|
|
@ -105,7 +102,6 @@ void wlr_region_transform(pixman_region32_t *dst, pixman_region32_t *src,
|
|||
free(dst_rects);
|
||||
}
|
||||
|
||||
WLR_API
|
||||
void wlr_region_expand(pixman_region32_t *dst, pixman_region32_t *src,
|
||||
int distance) {
|
||||
if (distance == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue