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

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

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

revision 1.10 by jefbed, Thu Dec 16 23:55:48 2004 UTC revision 1.11 by jefbed, Sat Feb 12 17:57:42 2005 UTC
# Line 1  Line 1 
1  /*  /*
2    AntiRight    AntiRight
3    (c) 2003-2004 Jeffrey Bedard    (c) 2003-2005 Jeffrey Bedard
4    jefbed@e-list.net    jefbed@e-list.net
5        
6    This file is part of AntiRight.    This file is part of AntiRight.
# Line 60  arshell_handle_panel_override() Line 60  arshell_handle_panel_override()
60  #endif /* XmNtoolTipEnable  */  #endif /* XmNtoolTipEnable  */
61  }  }
62    
   
63  void  void
64  arshell_start_event_loop()  arshell_check_if_lowered()
65  {  {
   XtRealizeWidget(antiright.parent_widget);  
   arshell_handle_panel_override();  
66    if(arshell.flags.lowered)    if(arshell.flags.lowered)
67      {      {
68        XLowerWindow(antiright.display, XtWindow(antiright.parent_widget));        XLowerWindow(antiright.display, XtWindow(antiright.parent_widget));
69      }      }
70    }
71    
72    void
73    arshell_place_arshell()
74    {
75      XtRealizeWidget(antiright.parent_widget);
76      arshell_handle_panel_override();
77      arshell_check_if_lowered();
78    }
79    
80    void
81    arshell_start_event_loop()
82    {
83      arshell_place_arshell();
84    XtAppMainLoop(antiright.app_context);    XtAppMainLoop(antiright.app_context);
85  }  }
86    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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