mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: overlap
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1e3f63fe26
commit
db1840c0f5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
|
||||
} 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_deinit(RotBmpPairLayer *pair);
|
||||
|
|
Loading…
Add table
Reference in a new issue