BlackboxHints in FluxboxWindow now
This commit is contained in:
parent
b6098fa2e7
commit
c9638d0473
1 changed files with 3 additions and 5 deletions
|
@ -19,20 +19,18 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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
|
#ifndef WINCLIENT_HH
|
||||||
#define WINCLIENT_HH
|
#define WINCLIENT_HH
|
||||||
|
|
||||||
#include "BaseDisplay.hh"
|
#include "Window.hh"
|
||||||
#include "Subject.hh"
|
#include "Subject.hh"
|
||||||
#include "FbWindow.hh"
|
#include "FbWindow.hh"
|
||||||
|
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
class FluxboxWindow;
|
|
||||||
|
|
||||||
/// Holds client window info
|
/// Holds client window info
|
||||||
class WinClient:public FbTk::FbWindow {
|
class WinClient:public FbTk::FbWindow {
|
||||||
public:
|
public:
|
||||||
|
@ -97,7 +95,7 @@ public:
|
||||||
} MwmHints;
|
} MwmHints;
|
||||||
|
|
||||||
MwmHints *mwm_hint;
|
MwmHints *mwm_hint;
|
||||||
BaseDisplay::BlackboxHints *blackbox_hint;
|
FluxboxWindow::BlackboxHints *blackbox_hint;
|
||||||
FluxboxWindow *m_win;
|
FluxboxWindow *m_win;
|
||||||
class WinClientSubj: public FbTk::Subject {
|
class WinClientSubj: public FbTk::Subject {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue