restore with remap
This commit is contained in:
parent
04169d609d
commit
737200e674
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: Window.hh,v 1.27 2002/08/12 03:28:17 fluxgen Exp $
|
// $Id: Window.hh,v 1.28 2002/08/16 10:44:17 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef WINDOW_HH
|
#ifndef WINDOW_HH
|
||||||
#define WINDOW_HH
|
#define WINDOW_HH
|
||||||
|
@ -196,7 +196,7 @@ public:
|
||||||
void unstick();
|
void unstick();
|
||||||
void reconfigure();
|
void reconfigure();
|
||||||
void installColormap(bool);
|
void installColormap(bool);
|
||||||
void restore();
|
void restore(bool remap);
|
||||||
void configure(int dx, int dy, unsigned int dw, unsigned int dh);
|
void configure(int dx, int dy, unsigned int dw, unsigned int dh);
|
||||||
void setWorkspace(int n);
|
void setWorkspace(int n);
|
||||||
void changeBlackboxHints(BaseDisplay::BlackboxHints *bh);
|
void changeBlackboxHints(BaseDisplay::BlackboxHints *bh);
|
||||||
|
|
Loading…
Reference in a new issue