all repos — fluxbox @ 698c46130aae83bf3abfe98bd2fed510971ccc69

custom fork of the fluxbox windowmanager

removed setClientWindow(Window), we are using setClientWindow(FbTk FbWindow) instead
fluxgen fluxgen
commit

698c46130aae83bf3abfe98bd2fed510971ccc69

parent

40dd63200d6a611ba11a8315f3e58d39da0c4da2

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

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

@@ -19,7 +19,7 @@ // 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: FbWinFrame.hh,v 1.27 2003/12/18 18:03:21 fluxgen Exp $ +// $Id: FbWinFrame.hh,v 1.28 2004/01/02 13:25:55 fluxgen Exp $ #ifndef FBWINFRAME_HH #define FBWINFRAME_HH

@@ -108,8 +108,6 @@ void moveLabelButtonRight(const FbTk::TextButton &btn);

/// which button is to be rendered focused void setLabelButtonFocus(FbTk::TextButton &btn); /// attach a client window for client area - void setClientWindow(Window win); - /// same as above but with FbWindow void setClientWindow(FbTk::FbWindow &win); /// remove attached client window void removeClient();