aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-07 14:48:56 (GMT)
committerfluxgen <fluxgen>2002-02-07 14:48:56 (GMT)
commit70d19916716430fe0bfaab8a6b59064622f33302 (patch)
treeca4a422a475c51427ac31c79313289fca294778e
parent5bed277d9cf3629ca3e083ee8cc480766ab7d5e0 (diff)
downloadfluxbox-70d19916716430fe0bfaab8a6b59064622f33302.zip
fluxbox-70d19916716430fe0bfaab8a6b59064622f33302.tar.bz2
added initGnomeAtoms
-rw-r--r--src/Screen.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 6e020b4..50587d3 100644
--- a/src/Screen.hh
+++ b/src/Screen.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: Screen.hh,v 1.14 2002/02/02 19:51:15 pekdon Exp $ 25// $Id: Screen.hh,v 1.15 2002/02/07 14:48:56 fluxgen Exp $
26 26
27#ifndef _SCREEN_HH_ 27#ifndef _SCREEN_HH_
28#define _SCREEN_HH_ 28#define _SCREEN_HH_
@@ -248,6 +248,9 @@ public:
248 WINDOWLOWER, WINDOWSTICK, WINDOWKILL, SETSTYLE, WINDOWTAB}; 248 WINDOWLOWER, WINDOWSTICK, WINDOWKILL, SETSTYLE, WINDOWTAB};
249 249
250private: 250private:
251 #ifdef GNOME
252 void initGnomeAtoms();
253 #endif
251 Theme *theme; 254 Theme *theme;
252 255
253 Bool root_colormap_installed, managed, geom_visible; 256 Bool root_colormap_installed, managed, geom_visible;
@@ -266,9 +269,9 @@ private:
266 LinkedList<Netizen> *netizenList; 269 LinkedList<Netizen> *netizenList;
267 LinkedList<FluxboxWindow> *iconList; 270 LinkedList<FluxboxWindow> *iconList;
268 271
269#ifdef SLIT 272 #ifdef SLIT
270 Slit *slit; 273 Slit *slit;
271#endif // SLIT 274 #endif // SLIT
272 275
273 Toolbar *toolbar; 276 Toolbar *toolbar;
274 Workspace *current_workspace; 277 Workspace *current_workspace;