wrap lines to meet Travis CI build requirements
This commit is contained in:
parent
7cdfa44438
commit
d0c6176640
4 changed files with 10 additions and 5 deletions
|
@ -95,7 +95,8 @@ class Window : public mate::TrackableObject<Window>,
|
|||
bool IsMinimized();
|
||||
void SetFullScreen(bool fullscreen);
|
||||
bool IsFullscreen();
|
||||
void MaintainContentAspectRatio(double aspectRatio, double width, double height);
|
||||
void MaintainContentAspectRatio(double aspectRatio,
|
||||
double width, double height);
|
||||
void SetBounds(const gfx::Rect& bounds);
|
||||
gfx::Rect GetBounds();
|
||||
void SetSize(int width, int height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue