mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
bug#46704: chkin for syd. r: pnunn. keep single frame chrome in imgcache.
This commit is contained in:
parent
e554398398
commit
38c369709f
@ -22,7 +22,7 @@
|
||||
|
||||
/* if.h --- Top-level image library internal routines
|
||||
*
|
||||
* $Id: if_struct.h,v 1.13 2000/08/16 03:16:45 waterson%netscape.com Exp $
|
||||
* $Id: if_struct.h,v 1.14 2000/08/26 18:18:25 pnunn%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#ifndef _if_h
|
||||
@ -179,6 +179,8 @@ struct il_container_struct {
|
||||
enum icstate state;
|
||||
int sized;
|
||||
|
||||
int moz_type; /* TYPE_CHROME, etc. */
|
||||
|
||||
int is_alone; /* only image on a page */
|
||||
int is_in_use; /* Used by some context */
|
||||
int32 loop_count; /* Remaining number of times to repeat image,
|
||||
|
Loading…
Reference in New Issue
Block a user