gnome layer not supported yet
This commit is contained in:
parent
ddce851165
commit
879402c306
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Screen.cc,v 1.30 2002/02/26 22:25:20 fluxgen Exp $
|
// $Id: Screen.cc,v 1.31 2002/02/26 22:40:31 fluxgen Exp $
|
||||||
|
|
||||||
// stupid macros needed to access some functions in version 2 of the GNU C
|
// stupid macros needed to access some functions in version 2 of the GNU C
|
||||||
// library
|
// library
|
||||||
|
@ -1790,7 +1790,7 @@ void BScreen::initGnomeAtoms(void) {
|
||||||
getBaseDisplay()->getGnomeWorkspaceNamesAtom(),
|
getBaseDisplay()->getGnomeWorkspaceNamesAtom(),
|
||||||
getBaseDisplay()->getGnomeHintsAtom(),
|
getBaseDisplay()->getGnomeHintsAtom(),
|
||||||
getBaseDisplay()->getGnomeClientListAtom(),
|
getBaseDisplay()->getGnomeClientListAtom(),
|
||||||
getBaseDisplay()->getGnomeLayerAtom(),
|
// getBaseDisplay()->getGnomeLayerAtom(), // not supported yet
|
||||||
};
|
};
|
||||||
|
|
||||||
//list atoms that we support
|
//list atoms that we support
|
||||||
|
|
Loading…
Reference in a new issue