File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -788,8 +788,6 @@ void twin_composite_stroke(twin_pixmap_t *dst,
788
788
void twin_event_enqueue (const twin_event_t * event );
789
789
790
790
/* Internal pixmap operations */
791
- void twin_pixmap_lock (twin_pixmap_t * pixmap );
792
- void twin_pixmap_unlock (twin_pixmap_t * pixmap );
793
791
twin_pointer_t twin_pixmap_pointer (twin_pixmap_t * pixmap ,
794
792
twin_coord_t x ,
795
793
twin_coord_t y );
@@ -799,8 +797,6 @@ void twin_pixmap_offset(twin_pixmap_t *pixmap,
799
797
twin_coord_t offy );
800
798
801
799
/* Internal screen operations */
802
- void twin_screen_lock (twin_screen_t * screen );
803
- void twin_screen_unlock (twin_screen_t * screen );
804
800
void twin_screen_enable_update (twin_screen_t * screen );
805
801
void twin_screen_disable_update (twin_screen_t * screen );
806
802
void twin_screen_register_damaged (twin_screen_t * screen ,
You can’t perform that action at this time.
0 commit comments