aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
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: