diff options
-rw-r--r-- | src/FbAtoms.hh | 7 |
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> |
25 | class FbAtoms | 28 | class 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 | ||