💄 Fix cpplint warning.
This commit is contained in:
parent
d2162bf9f4
commit
663ab8e0bf
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ class NativeWindowGtk : public NativeWindow,
|
||||||
// bar or window border. This is to work around a compiz bug.
|
// bar or window border. This is to work around a compiz bug.
|
||||||
bool suppress_window_raise_;
|
bool suppress_window_raise_;
|
||||||
|
|
||||||
// True if the window has been visible for once, on Linux the window frame would
|
// True if the window has been visible for once, on Linux the window frame
|
||||||
// only be considered as part of the window untill the window has been shown, so
|
// would // only be considered as part of the window untill the window has
|
||||||
// we need it to correctly set the window size.
|
// been shown, so we need it to correctly set the window size.
|
||||||
bool has_ever_been_shown_;
|
bool has_ever_been_shown_;
|
||||||
|
|
||||||
// The current window cursor. We set it to a resize cursor when over the
|
// The current window cursor. We set it to a resize cursor when over the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue