diff options
author | fluxgen <fluxgen> | 2003-07-23 10:43:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-07-23 10:43:30 (GMT) |
commit | cc062647d04ced5cc825cda04f77b27eaa1917d0 (patch) | |
tree | 8cc96cd45e1518c219e79488a638d3897ba9cb0d /src/fluxbox.hh | |
parent | 906a6b239589af29624bca151172c5e6a436bfc8 (diff) | |
download | fluxbox-cc062647d04ced5cc825cda04f77b27eaa1917d0.zip fluxbox-cc062647d04ced5cc825cda04f77b27eaa1917d0.tar.bz2 |
fixed kde dockapp bug
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 1975929..19f3d32 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.67 2003/07/19 13:51:24 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.68 2003/07/23 10:43:30 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -281,6 +281,7 @@ private: | |||
281 | bool m_have_shape; ///< if shape is supported by server | 281 | bool m_have_shape; ///< if shape is supported by server |
282 | const char *m_RC_PATH; | 282 | const char *m_RC_PATH; |
283 | const char *m_RC_INIT_FILE; | 283 | const char *m_RC_INIT_FILE; |
284 | Atom m_kwm1_dockwindow, m_kwm2_dockwindow; | ||
284 | }; | 285 | }; |
285 | 286 | ||
286 | 287 | ||