all repos — fluxbox @ f6254d8804138701da41eb74e5bd365d277e21b7

custom fork of the fluxbox windowmanager

include guard
fluxgen fluxgen
commit

f6254d8804138701da41eb74e5bd365d277e21b7

parent

5f30e3a4fde0f7449f3d5302e8904a3d7d4be873

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M src/FbAtoms.hhsrc/FbAtoms.hh

@@ -19,7 +19,10 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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/Xatom.h> class FbAtoms

@@ -171,3 +174,5 @@ xa_wm_delete_window, xa_wm_take_focus, xa_wm_change_state,

motif_wm_hints; bool m_init; }; + +#endif //FBATOMS_HH