include guard
This commit is contained in:
parent
5f30e3a4fd
commit
f6254d8804
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: FbAtoms.hh,v 1.1 2002/03/18 15:23:08 fluxgen Exp $
|
// $Id: FbAtoms.hh,v 1.2 2002/03/18 20:28:24 fluxgen Exp $
|
||||||
|
#ifndef FBATOMS_HH
|
||||||
|
#define FBATOMS_HH
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
class FbAtoms
|
class FbAtoms
|
||||||
|
@ -171,3 +174,5 @@ private:
|
||||||
motif_wm_hints;
|
motif_wm_hints;
|
||||||
bool m_init;
|
bool m_init;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif //FBATOMS_HH
|
||||||
|
|
Loading…
Reference in a new issue