From 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 19:15:24 +0000 Subject: load config options from the python environment --- src/frame.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/frame.hh') diff --git a/src/frame.hh b/src/frame.hh index ab1e1b03..7313c3a1 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -80,6 +80,9 @@ private: //! Shape the frame window to the client window void adjustShape(); + //! Grabs or ungrabs buttons on the frame + void grabButtons(bool grab); + public: //! Constructs an OBFrame object, and reparents the client to itself /*! -- cgit v1.2.3