projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a skeletal OBActions class for user actions
[mikachu/openbox.git]
/
src
/
actions.cc
1
// -*- mode: C++; indent-tabs-mode: nil; -*-
2
3
#ifdef HAVE_CONFIG_H
4
# include "../config.h"
5
#endif
6
7
#include "actions.hh"
8
9
namespace ob {
10
11
OBActions::OBActions()
12
{
13
}
14
15
16
OBActions::~OBActions()
17
{
18
}
19
20
}