all repos — fluxbox @ c9638d0473d9fb02ddb062b7db74bda299f027f4

custom fork of the fluxbox windowmanager

BlackboxHints in FluxboxWindow now
fluxgen fluxgen
commit

c9638d0473d9fb02ddb062b7db74bda299f027f4

parent

b6098fa2e7e7bae4cf1758429f01691666f07959

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

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

@@ -19,19 +19,17 @@ // 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: WinClient.hh,v 1.3 2003/05/07 16:21:26 rathnor Exp $ +// $Id: WinClient.hh,v 1.4 2003/05/10 14:16:38 fluxgen Exp $ #ifndef WINCLIENT_HH #define WINCLIENT_HH -#include "BaseDisplay.hh" +#include "Window.hh" #include "Subject.hh" #include "FbWindow.hh" #include <X11/Xutil.h> #include <string> - -class FluxboxWindow; /// Holds client window info class WinClient:public FbTk::FbWindow {

@@ -97,7 +95,7 @@ unsigned long decorations; // Motif wm decorations

} MwmHints; MwmHints *mwm_hint; - BaseDisplay::BlackboxHints *blackbox_hint; + FluxboxWindow::BlackboxHints *blackbox_hint; FluxboxWindow *m_win; class WinClientSubj: public FbTk::Subject { public: