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
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* theme-thumbnail.c: Mark some stuff as static.
|
||||||
|
|
||||||
2007-01-19 Thomas Wood <thos@gnome.org>
|
2007-01-19 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
* gnome-theme-apply.c: (gnome_meta_theme_set):
|
* gnome-theme-apply.c: (gnome_meta_theme_set):
|
||||||
|
|
|
@ -34,8 +34,8 @@ typedef struct
|
||||||
} ThemeThumbnailAsyncData;
|
} ThemeThumbnailAsyncData;
|
||||||
|
|
||||||
|
|
||||||
GHashTable *theme_hash = NULL;
|
static GHashTable *theme_hash = NULL;
|
||||||
ThemeThumbnailAsyncData async_data;
|
static ThemeThumbnailAsyncData async_data;
|
||||||
|
|
||||||
|
|
||||||
/* Protocol */
|
/* Protocol */
|
||||||
|
@ -66,8 +66,8 @@ typedef struct
|
||||||
GByteArray *application_font;
|
GByteArray *application_font;
|
||||||
} ThemeThumbnailData;
|
} ThemeThumbnailData;
|
||||||
|
|
||||||
int pipe_to_factory_fd[2];
|
static int pipe_to_factory_fd[2];
|
||||||
int pipe_from_factory_fd[2];
|
static int pipe_from_factory_fd[2];
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fake_expose_widget (GtkWidget *widget,
|
fake_expose_widget (GtkWidget *widget,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue