aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-10 14:16:38 (GMT)
committerfluxgen <fluxgen>2003-05-10 14:16:38 (GMT)
commitc9638d0473d9fb02ddb062b7db74bda299f027f4 (patch)
tree48cda0d4ff47f50f394449e333afda0339b618dd /src/WinClient.hh
parentb6098fa2e7e7bae4cf1758429f01691666f07959 (diff)
downloadfluxbox-c9638d0473d9fb02ddb062b7db74bda299f027f4.zip
fluxbox-c9638d0473d9fb02ddb062b7db74bda299f027f4.tar.bz2
BlackboxHints in FluxboxWindow now
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 466f456..46b4523 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -19,20 +19,18 @@
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: WinClient.hh,v 1.3 2003/05/07 16:21:26 rathnor Exp $ 22// $Id: WinClient.hh,v 1.4 2003/05/10 14:16:38 fluxgen Exp $
23 23
24#ifndef WINCLIENT_HH 24#ifndef WINCLIENT_HH
25#define WINCLIENT_HH 25#define WINCLIENT_HH
26 26
27#include "BaseDisplay.hh" 27#include "Window.hh"
28#include "Subject.hh" 28#include "Subject.hh"
29#include "FbWindow.hh" 29#include "FbWindow.hh"
30 30
31#include <X11/Xutil.h> 31#include <X11/Xutil.h>
32#include <string> 32#include <string>
33 33
34class FluxboxWindow;
35
36/// Holds client window info 34/// Holds client window info
37class WinClient:public FbTk::FbWindow { 35class WinClient:public FbTk::FbWindow {
38public: 36public:
@@ -97,7 +95,7 @@ public:
97 } MwmHints; 95 } MwmHints;
98 96
99 MwmHints *mwm_hint; 97 MwmHints *mwm_hint;
100 BaseDisplay::BlackboxHints *blackbox_hint; 98 FluxboxWindow::BlackboxHints *blackbox_hint;
101 FluxboxWindow *m_win; 99 FluxboxWindow *m_win;
102 class WinClientSubj: public FbTk::Subject { 100 class WinClientSubj: public FbTk::Subject {
103 public: 101 public: