info.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* $Xorg: info.h,v 1.4 2001/02/09 02:05:59 xorgcvs Exp $ */
  2. /******************************************************************************
  3. Copyright 1993, 1998 The Open Group
  4. Permission to use, copy, modify, distribute, and sell this software and its
  5. documentation for any purpose is hereby granted without fee, provided that
  6. the above copyright notice appear in all copies and that both that
  7. copyright notice and this permission notice appear in supporting
  8. documentation.
  9. The above copyright notice and this permission notice shall be included in
  10. all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  14. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  15. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  16. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  17. Except as contained in this notice, the name of The Open Group shall not be
  18. used in advertising or otherwise to promote the sale, use or other dealings
  19. in this Software without prior written authorization from The Open Group.
  20. ******************************************************************************/
  21. /* $XFree86: xc/programs/xsm/info.h,v 3.4 2001/08/01 00:45:07 tsi Exp $ */
  22. #ifndef _INFO_H_
  23. #define _INFO_H_
  24. #include "xsm.h"
  25. extern void ShowHint(ClientRec *client);
  26. extern void DisplayProps(ClientRec *client);
  27. extern char * GetProgramName(char *fullname);
  28. extern void UpdateClientList(void);
  29. extern void ClientInfoStructureNotifyXtHandler(Widget w, XtPointer closure,
  30. XEvent *event,
  31. Boolean *continue_to_dispatch);
  32. extern void ClientInfoXtProc(Widget w, XtPointer client_data,
  33. XtPointer callData);
  34. extern void create_client_info_popup(void);
  35. extern Widget clientInfoPopup;
  36. extern Widget clientPropPopup;
  37. extern Widget clientListWidget;
  38. extern Widget manualRestartLabel;
  39. extern Widget manualRestartCommands;
  40. #endif