Skip to content

Remove unimplemented locks #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/twin_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,6 @@ void twin_composite_stroke(twin_pixmap_t *dst,
void twin_event_enqueue(const twin_event_t *event);

/* Internal pixmap operations */
void twin_pixmap_lock(twin_pixmap_t *pixmap);
void twin_pixmap_unlock(twin_pixmap_t *pixmap);
twin_pointer_t twin_pixmap_pointer(twin_pixmap_t *pixmap,
twin_coord_t x,
twin_coord_t y);
Expand All @@ -799,8 +797,6 @@ void twin_pixmap_offset(twin_pixmap_t *pixmap,
twin_coord_t offy);

/* Internal screen operations */
void twin_screen_lock(twin_screen_t *screen);
void twin_screen_unlock(twin_screen_t *screen);
void twin_screen_enable_update(twin_screen_t *screen);
void twin_screen_disable_update(twin_screen_t *screen);
void twin_screen_register_damaged(twin_screen_t *screen,
Expand Down