11 lines
135 B
C
11 lines
135 B
C
#ifndef _XmdLauncher_h
|
|
#define _XmdLauncher_h
|
|
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Intrinsic.h>
|
|
#include <Xm/Xm.h>
|
|
|
|
/* TODO */
|
|
|
|
#endif
|