mirror of
https://github.com/google/pebble.git
synced 2025-05-02 00:01:41 -04:00
spelling: retrieves
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
656ba98a40
commit
466e7f7505
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ void graphics_context_mask_destroy(GContext *ctx, GDrawMask *mask);
|
||||||
GSize graphics_context_get_framebuffer_size(GContext *ctx);
|
GSize graphics_context_get_framebuffer_size(GContext *ctx);
|
||||||
|
|
||||||
//! @internal
|
//! @internal
|
||||||
//! Retreives the destination bitmap for the graphics context.
|
//! Retrieves the destination bitmap for the graphics context.
|
||||||
//! @param ctx The graphics context to retrieve the bitmap for.
|
//! @param ctx The graphics context to retrieve the bitmap for.
|
||||||
GBitmap* graphics_context_get_bitmap(GContext* ctx);
|
GBitmap* graphics_context_get_bitmap(GContext* ctx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue