| version 1.12, 2011/01/15 16:01:53 | version 1.15, 2011/12/17 19:55:48 | 
| Line 1 | Line 1 | 
 | /*      $Id$    */ |  | 
 |  |  | 
 | /* | /* | 
| * Copyright (c) 2004 NONAKA Kimihiro <aw9k-nnk@asahi-net.or.jp> | * Copyright (c) 2004 NONAKA Kimihiro | 
 | * All rights reserved. | * All rights reserved. | 
 | * | * | 
 | * Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | 
| Line 315  gui_gtk_widget_create(void) | Line 313  gui_gtk_widget_create(void) | 
 | set_icon_bitmap(main_window); | set_icon_bitmap(main_window); | 
 |  |  | 
 | g_signal_connect(GTK_OBJECT(main_window), "destroy", | g_signal_connect(GTK_OBJECT(main_window), "destroy", | 
| G_CALLBACK(destroy_evhandler), "WM destroy"); | G_CALLBACK(destroy_evhandler), (gpointer)"WM destroy"); | 
 | g_signal_connect(GTK_OBJECT(main_window), "key_press_event", | g_signal_connect(GTK_OBJECT(main_window), "key_press_event", | 
 | G_CALLBACK(key_press_evhandler), NULL); | G_CALLBACK(key_press_evhandler), NULL); | 
 | g_signal_connect(GTK_OBJECT(main_window), "key_release_event", | g_signal_connect(GTK_OBJECT(main_window), "key_release_event", |