xio.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * Shamelessly ripped and modified from the below sources:
00003  ******************************************************************************/
00004 
00005 /* $XFree86: xc/programs/xload/xload.h,v 1.2 2001/08/28 17:10:39 tsi Exp $ */
00006 
00007 #ifndef _XIO_H_
00008 #define _XIO_H_
00009 
00010 #include <X11/Intrinsic.h>
00011 
00012 /*
00013  * Definition of the Application resources structure.
00014  */
00015 typedef struct _XIoResources {
00016   Boolean show_label;
00017         String interface;
00018         String units;
00019 } XIoResources;
00020 
00021 extern XIoResources xio_resources;
00022 
00023 extern void InitIoPoint(void);
00024 extern void GetIoPoint(Widget w, XtPointer closure, XtPointer call_data);
00025 
00026 extern char interface[1025];
00027 
00028 #endif

Generated on Mon May 8 16:47:49 2006 for xmonitors by  doxygen 1.4.2