mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fire sessionavailable if in transient mode
This commit is contained in:
parent
5f31dbf993
commit
b42d441732
3 changed files with 11 additions and 3 deletions
|
@ -28,7 +28,7 @@ class ServoDelegate;
|
|||
class Servo {
|
||||
public:
|
||||
Servo(std::optional<hstring>, hstring, GLsizei, GLsizei, EGLNativeWindowType,
|
||||
float, ServoDelegate &);
|
||||
float, ServoDelegate &, bool);
|
||||
~Servo();
|
||||
ServoDelegate &Delegate() { return mDelegate; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue