diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 04ed1b23095..1dfe6bb2292 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -145,10 +145,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 145 | /* Definitions and declarations. */ | 145 | /* Definitions and declarations. */ |
| 146 | 146 | ||
| 147 | /* The number of face-id's in use (same for all frames). */ | 147 | /* The number of face-id's in use (same for all frames). */ |
| 148 | int next_face_id; | 148 | static int next_face_id; |
| 149 | 149 | ||
| 150 | /* The number of the face to use to indicate the region. */ | 150 | /* The number of the face to use to indicate the region. */ |
| 151 | int region_face; | 151 | static int region_face; |
| 152 | 152 | ||
| 153 | /* This is what appears in a slot in a face to signify that the face | 153 | /* This is what appears in a slot in a face to signify that the face |
| 154 | does not specify that display aspect. */ | 154 | does not specify that display aspect. */ |