sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
24
app/xload/xload.h
Normal file
24
app/xload/xload.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
#ifndef _XLOAD_H_
|
||||
#define _XLOAD_H_
|
||||
|
||||
#include <X11/Intrinsic.h>
|
||||
|
||||
/*
|
||||
* Definition of the Application resources structure.
|
||||
*/
|
||||
|
||||
typedef struct _XLoadResources {
|
||||
Boolean show_label;
|
||||
Boolean use_lights;
|
||||
String remote;
|
||||
} XLoadResources;
|
||||
|
||||
|
||||
extern void InitLoadPoint(void);
|
||||
extern void GetLoadPoint(Widget w, XtPointer closure, XtPointer call_data);
|
||||
extern void GetRLoadPoint(Widget w, XtPointer closure, XtPointer call_data);
|
||||
|
||||
extern XLoadResources resources;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue