summaryrefslogtreecommitdiff
path: root/decorate-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'decorate-core.c')
-rw-r--r--decorate-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/decorate-core.c b/decorate-core.c
index 79bc693..9e5d6b1 100644
--- a/decorate-core.c
+++ b/decorate-core.c
@@ -331,17 +331,17 @@ static void handle_get_default_map( unsigned int sequence, void *reply,
}
}
-extern void decorate_core_init( void ) {
+extern INIT void decorate_core_init( void ) {
int i;
uint32_t n;
- const char *font_name = "-*-lucida-bold-r-normal-sans-" FONT_SIZE_STRING
- "-*-*-*-p-*-iso10646-1", /* FIXME allow font selection */
+ const char *font_name = "-*-lucida-bold-r-normal-sans-"
+ FONT_SIZE_STRING "-*-*-*-p-*-iso10646-1", /* FIXME allow selection */
*cursor_font_name = "cursor";
xcb_char2b_t c2;
union callback_param p;
xcb_font_t cursor_font;
- static const int cursor_glyphs[ NUM_CURSORS ] = {
+ static INITD const int cursor_glyphs[ NUM_CURSORS ] = {
134, /* CURSOR_TL */
138, /* CURSOR_T */
136, /* CURSOR_TR */