Mark some stuff as static.
2007-01-29 Kjartan Maraas <kmaraas@gnome.org> * theme-thumbnail.c: Mark some stuff as static. svn path=/trunk/; revision=7195
This commit is contained in:
parent
5f7a5f7fa2
commit
43f439ccd8
2 changed files with 8 additions and 4 deletions
|
@ -34,8 +34,8 @@ typedef struct
|
|||
} ThemeThumbnailAsyncData;
|
||||
|
||||
|
||||
GHashTable *theme_hash = NULL;
|
||||
ThemeThumbnailAsyncData async_data;
|
||||
static GHashTable *theme_hash = NULL;
|
||||
static ThemeThumbnailAsyncData async_data;
|
||||
|
||||
|
||||
/* Protocol */
|
||||
|
@ -66,8 +66,8 @@ typedef struct
|
|||
GByteArray *application_font;
|
||||
} ThemeThumbnailData;
|
||||
|
||||
int pipe_to_factory_fd[2];
|
||||
int pipe_from_factory_fd[2];
|
||||
static int pipe_to_factory_fd[2];
|
||||
static int pipe_from_factory_fd[2];
|
||||
|
||||
static void
|
||||
fake_expose_widget (GtkWidget *widget,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue