mirror of
https://github.com/google/pebble.git
synced 2025-11-17 13:00:59 -05:00
spelling: overlap
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ typedef struct {
|
|||||||
|
|
||||||
} RotBmpPairLayer;
|
} RotBmpPairLayer;
|
||||||
|
|
||||||
//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of each other
|
//! white and black *must* have the same dimensions, and *shouldn't* have any overlap of each other
|
||||||
void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black);
|
void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black);
|
||||||
|
|
||||||
void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair);
|
void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair);
|
||||||
|
|||||||
Reference in New Issue
Block a user