diff options
author | fluxgen <fluxgen> | 2003-02-15 01:59:00 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-15 01:59:00 (GMT) |
commit | f25cf733d6fc1496f02514695948c09797755dae (patch) | |
tree | 33844f1a73c288d6d21dd4656920b3a2268f6e1b /src/ToolbarTheme.cc | |
parent | 2031f46de3475f52a54165740bf8c2b891b3bebe (diff) | |
download | fluxbox_pavel-f25cf733d6fc1496f02514695948c09797755dae.zip fluxbox_pavel-f25cf733d6fc1496f02514695948c09797755dae.tar.bz2 |
added theme listener subject
Diffstat (limited to 'src/ToolbarTheme.cc')
-rw-r--r-- | src/ToolbarTheme.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc index 138104f..374a596 100644 --- a/src/ToolbarTheme.cc +++ b/src/ToolbarTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
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: ToolbarTheme.cc,v 1.1 2002/12/02 19:56:38 fluxgen Exp $ | 22 | // $Id: ToolbarTheme.cc,v 1.2 2003/02/15 01:59:00 fluxgen Exp $ |
23 | 23 | ||
24 | #include "ToolbarTheme.hh" | 24 | #include "ToolbarTheme.hh" |
25 | 25 | ||
@@ -106,4 +106,7 @@ void ToolbarTheme::reconfigTheme() { | |||
106 | gcv.foreground = m_button_color->pixel(); | 106 | gcv.foreground = m_button_color->pixel(); |
107 | XChangeGC(m_display, m_button_pic_gc, | 107 | XChangeGC(m_display, m_button_pic_gc, |
108 | gc_value_mask, &gcv); | 108 | gc_value_mask, &gcv); |
109 | |||
110 | // notify listeners | ||
111 | m_theme_change_sig.notify(); | ||
109 | } | 112 | } |