This repository was archived by the owner on Oct 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11export module Glib.Device.Handle;
22import <type_traits>;
3- import <string_view>;
4- export import Glib.Device.IWindowHandle;
5- export import Glib.Device.IO;
3+ import Glib.Device.IWindowHandle;
64
75export namespace gl ::device
86{
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export module Glib.Device.IWindowHandle;
66import <type_traits>;
77import <string_view>;
88import Glib.Device.IHandle;
9- export import Glib.Device.Event;
9+ import Glib.Device.Event;
1010import Glib.Device.Event.API;
1111export import Glib.Device.IO;
1212
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ export namespace gl::window
7373 myDimensions = underlying.GetDimensions ();
7474 myEventHandlers.reserve (20 );
7575 myWorkers.reserve (number_of_workers);
76+
77+
7678 }
7779
7880 void Awake () noexcept
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import Glib.Device.Event;
99import Glib.Device.IO;
1010import Glib.Device.Event.API;
1111import Glib.Window.Property;
12+ export import Glib.Device.IWindowHandle;
1213export import :Style;
1314export import :Option;
1415
You can’t perform that action at this time.
0 commit comments