aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index bd0d8ae..7e5764f 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.11 2002/02/20 23:12:46 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.12 2002/02/26 22:42:58 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -205,6 +205,7 @@ public:
205 typedef std::vector<Fluxbox::Titlebar> TitlebarList; 205 typedef std::vector<Fluxbox::Titlebar> TitlebarList;
206 206
207private: 207private:
208 void setupConfigFiles();
208 void handleButtonEvent(XButtonEvent &be); 209 void handleButtonEvent(XButtonEvent &be);
209 void handleUnmapNotify(XUnmapEvent &ue); 210 void handleUnmapNotify(XUnmapEvent &ue);
210 void handleClientMessage(XClientMessageEvent &ce); 211 void handleClientMessage(XClientMessageEvent &ce);