diff options
author | fluxgen <fluxgen> | 2002-02-26 22:40:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-26 22:40:31 (GMT) |
commit | 879402c3066312027cbe2fff709fec7c4577d1c5 (patch) | |
tree | 8c587beb008b1d5cd1cda4e6b26594c884aa7844 | |
parent | ddce8511658c7bb0a91962e5c22d2641eb760899 (diff) | |
download | fluxbox-879402c3066312027cbe2fff709fec7c4577d1c5.zip fluxbox-879402c3066312027cbe2fff709fec7c4577d1c5.tar.bz2 |
gnome layer not supported yet
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index d5d8ebe..a669165 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -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.cc,v 1.30 2002/02/26 22:25:20 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.31 2002/02/26 22:40:31 fluxgen Exp $ |
26 | 26 | ||
27 | // stupid macros needed to access some functions in version 2 of the GNU C | 27 | // stupid macros needed to access some functions in version 2 of the GNU C |
28 | // library | 28 | // library |
@@ -1790,7 +1790,7 @@ void BScreen::initGnomeAtoms(void) { | |||
1790 | getBaseDisplay()->getGnomeWorkspaceNamesAtom(), | 1790 | getBaseDisplay()->getGnomeWorkspaceNamesAtom(), |
1791 | getBaseDisplay()->getGnomeHintsAtom(), | 1791 | getBaseDisplay()->getGnomeHintsAtom(), |
1792 | getBaseDisplay()->getGnomeClientListAtom(), | 1792 | getBaseDisplay()->getGnomeClientListAtom(), |
1793 | getBaseDisplay()->getGnomeLayerAtom(), | 1793 | // getBaseDisplay()->getGnomeLayerAtom(), // not supported yet |
1794 | }; | 1794 | }; |
1795 | 1795 | ||
1796 | //list atoms that we support | 1796 | //list atoms that we support |