mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
app/internal/egl,app/internal/window: move Lock/Unlock methods
EGL contexts don't need locking, so their Lock and Unlock methods are empty. Remove them and add them where necessary instead. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -48,3 +48,7 @@ func (c *context) MakeCurrent() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *context) Lock() {}
|
||||
|
||||
func (c *context) Unlock() {}
|
||||
|
||||
Reference in New Issue
Block a user