aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-02 13:25:55 (GMT)
committerfluxgen <fluxgen>2004-01-02 13:25:55 (GMT)
commit698c46130aae83bf3abfe98bd2fed510971ccc69 (patch)
tree5b5d529dd930b033d77f1e28d5f7f97d4fdb6091
parent40dd63200d6a611ba11a8315f3e58d39da0c4da2 (diff)
downloadfluxbox_pavel-698c46130aae83bf3abfe98bd2fed510971ccc69.zip
fluxbox_pavel-698c46130aae83bf3abfe98bd2fed510971ccc69.tar.bz2
removed setClientWindow(Window), we are using setClientWindow(FbTk FbWindow) instead
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index ac14b39..c0919b4 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -19,7 +19,7 @@
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: FbWinFrame.hh,v 1.27 2003/12/18 18:03:21 fluxgen Exp $ 22// $Id: FbWinFrame.hh,v 1.28 2004/01/02 13:25:55 fluxgen Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -108,8 +108,6 @@ public:
108 /// which button is to be rendered focused 108 /// which button is to be rendered focused
109 void setLabelButtonFocus(FbTk::TextButton &btn); 109 void setLabelButtonFocus(FbTk::TextButton &btn);
110 /// attach a client window for client area 110 /// attach a client window for client area
111 void setClientWindow(Window win);
112 /// same as above but with FbWindow
113 void setClientWindow(FbTk::FbWindow &win); 111 void setClientWindow(FbTk::FbWindow &win);
114 /// remove attached client window 112 /// remove attached client window
115 void removeClient(); 113 void removeClient();