aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-03-18 20:28:24 (GMT)
committerfluxgen <fluxgen>2002-03-18 20:28:24 (GMT)
commitf6254d8804138701da41eb74e5bd365d277e21b7 (patch)
tree868ba2494f89275d6ddcdfc11d0224aba12169f6 /src/FbAtoms.hh
parent5f30e3a4fde0f7449f3d5302e8904a3d7d4be873 (diff)
downloadfluxbox-f6254d8804138701da41eb74e5bd365d277e21b7.zip
fluxbox-f6254d8804138701da41eb74e5bd365d277e21b7.tar.bz2
include guard
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r--src/FbAtoms.hh7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh
index a45376d..3a04a71 100644
--- a/src/FbAtoms.hh
+++ b/src/FbAtoms.hh
@@ -19,7 +19,10 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbAtoms.hh,v 1.1 2002/03/18 15:23:08 fluxgen Exp $ 22// $Id: FbAtoms.hh,v 1.2 2002/03/18 20:28:24 fluxgen Exp $
23#ifndef FBATOMS_HH
24#define FBATOMS_HH
25
23#include <X11/Xlib.h> 26#include <X11/Xlib.h>
24#include <X11/Xatom.h> 27#include <X11/Xatom.h>
25class FbAtoms 28class FbAtoms
@@ -171,3 +174,5 @@ private:
171 motif_wm_hints; 174 motif_wm_hints;
172 bool m_init; 175 bool m_init;
173}; 176};
177
178#endif //FBATOMS_HH