Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esnosy committed Oct 3, 2023
1 parent 65d51a2 commit bc02214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ Alternatively, you can use `ExternalProject`, `FetchContent`, [CPM](https://gith
## API
```c
void minimal_window_create_fixed_size_window(int width, int height);

bool minimal_window_process_events();

void minimal_window_draw_pixel(int x, int y, uint8_t r, uint8_t g, uint8_t b);
void minimal_window_request_update();
```
## Example: filling window with white
Expand Down

0 comments on commit bc02214

Please sign in to comment.