/[antiright]/antiright/src/arshell/main.c
ViewVC logotype

Diff of /antiright/src/arshell/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jefbed, Mon Aug 9 22:45:02 2004 UTC revision 1.2 by jefbed, Mon Aug 16 17:27:05 2004 UTC
# Line 21  Line 21 
21  */  */
22    
23  #include "arshell.h"  #include "arshell.h"
24  #include "../bitmaps/antiright.xbm"  #include "../bitmaps/handtoface.xpm"
25    
26  int  int
27  main(int argc, char **argv)  main(int argc, char **argv)
28  {  {
29    antiright_initialize_application(&argc, argv, "AntiRight", antiright_bits);    antiright_initialize_application(&argc, argv, "AntiRight");
30      antiright_set_pixmap_from_data(antiright.parent_widget, handtoface_xpm);
31    arshell_setup_mainwindow();    arshell_setup_mainwindow();
32    arshell_setup_work_row();    arshell_setup_work_row();
33    arshell_initialize_application_data();    arshell_initialize_application_data();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26