diff options
author | fluxgen <fluxgen> | 2003-05-18 22:04:06 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-18 22:04:06 (GMT) |
commit | 251ca294abe7af0cbe5caf3c33052292cad42fa5 (patch) | |
tree | a2e42c98b33940dd4f590faf8b3803cf31a3d334 /src/fluxbox.hh | |
parent | b90558a9a967ddd076ba5ed5fa02f0a6160760bd (diff) | |
download | fluxbox-251ca294abe7af0cbe5caf3c33052292cad42fa5.zip fluxbox-251ca294abe7af0cbe5caf3c33052292cad42fa5.tar.bz2 |
moved Resource to FbTk
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index e0cfc6c..2d03b07 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.59 2003/05/14 14:35:39 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.60 2003/05/18 22:02:55 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -227,18 +227,18 @@ private: | |||
227 | 227 | ||
228 | std::auto_ptr<FbAtoms> m_fbatoms; | 228 | std::auto_ptr<FbAtoms> m_fbatoms; |
229 | 229 | ||
230 | ResourceManager m_resourcemanager, m_screen_rm; | 230 | FbTk::ResourceManager m_resourcemanager, m_screen_rm; |
231 | 231 | ||
232 | //--- Resources | 232 | //--- Resources |
233 | Resource<bool> m_rc_tabs, m_rc_ignoreborder; | 233 | FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; |
234 | Resource<int> m_rc_colors_per_channel, m_rc_numlayers; | 234 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers; |
235 | Resource<std::string> m_rc_stylefile, | 235 | FbTk::Resource<std::string> m_rc_stylefile, |
236 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, | 236 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, |
237 | m_rc_groupfile; | 237 | m_rc_groupfile; |
238 | 238 | ||
239 | 239 | ||
240 | Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right; | 240 | FbTk::Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right; |
241 | Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; | 241 | FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; |
242 | 242 | ||
243 | 243 | ||
244 | std::map<Window, FluxboxWindow *> m_window_search; | 244 | std::map<Window, FluxboxWindow *> m_window_search; |