~andrewsomething/ubuntu/lucid/metacity/lp-515682

« back to all changes in this revision

Viewing changes to src/core/workspace.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-07 23:28:05 UTC
  • mfrom: (1.2.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107232805-fucpzd207twf72e6
Tags: 1:2.25.5-0ubuntu1
* New upstream release
  - Build-dep on gnome-doc-utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
2
2
 
3
 
/* Metacity Workspaces */
 
3
/**
 
4
 * \file workspace.h    Workspaces
 
5
 *
 
6
 * A workspace is a set of windows which all live on the same
 
7
 * screen.  (You may also see the name "desktop" around the place,
 
8
 * which is the EWMH's name for the same thing.)  Only one workspace
 
9
 * of a screen may be active at once; all windows on all other workspaces
 
10
 * are unmapped.
 
11
 */
4
12
 
5
13
/* 
6
14
 * Copyright (C) 2001 Havoc Pennington