mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:50:53 +00:00
iFix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80e278d3aa
commit
c493a5a70b
1 changed files with 8 additions and 8 deletions
|
@ -53,15 +53,15 @@
|
|||
* not change during the views lifetime - if it does, the view must
|
||||
* be sure to change the flag accordingly.
|
||||
*/
|
||||
unsigned flipped_view: 1;
|
||||
unsigned has_subviews: 1; /* The view has subviews. */
|
||||
unsigned has_currects: 1; /* The view has cursor rects. */
|
||||
unsigned has_trkrects: 1; /* The view has tracking rects. */
|
||||
unsigned has_draginfo: 1; /* View/window has drag types. */
|
||||
unsigned opaque_view: 1; /* For views whose opacity may */
|
||||
unsigned flipped_view:1;
|
||||
unsigned has_subviews:1; /* The view has subviews. */
|
||||
unsigned has_currects:1; /* The view has cursor rects. */
|
||||
unsigned has_trkrects:1; /* The view has tracking rects. */
|
||||
unsigned has_draginfo:1; /* View/window has drag types. */
|
||||
unsigned opaque_view:1; /* For views whose opacity may */
|
||||
/* change to keep track of it. */
|
||||
unsigned valid_rects: 1; /* Some cursor rects may be ok. */
|
||||
unsigned needs_display: 1; /* Window/view needs display. */
|
||||
unsigned valid_rects:1; /* Some cursor rects may be ok. */
|
||||
unsigned needs_display:1; /* Window/view needs display. */
|
||||
} _rFlags;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue