mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in ui
(#17169)
This commit is contained in:
@ -13,7 +13,7 @@ struct Pixel {
|
||||
color gx.Color
|
||||
}
|
||||
|
||||
struct App {
|
||||
pub struct App {
|
||||
pub:
|
||||
args simargs.ParallelArgs
|
||||
request_chan chan &sim.SimRequest
|
||||
|
Reference in New Issue
Block a user