removed nonimplemented function nonstick() and fixed comments
This commit is contained in:
parent
9ee6c43447
commit
1ce20af09b
1 changed files with 4 additions and 3 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.32 2002/10/02 16:11:30 fluxgen Exp $
|
// $Id: Window.hh,v 1.33 2002/10/11 10:18:43 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef WINDOW_HH
|
#ifndef WINDOW_HH
|
||||||
#define WINDOW_HH
|
#define WINDOW_HH
|
||||||
|
@ -169,9 +169,10 @@ public:
|
||||||
void close();
|
void close();
|
||||||
void withdraw();
|
void withdraw();
|
||||||
void maximize(unsigned int);
|
void maximize(unsigned int);
|
||||||
|
/// toggles shade
|
||||||
void shade();
|
void shade();
|
||||||
|
/// toggles sticky
|
||||||
void stick();
|
void stick();
|
||||||
void unstick();
|
|
||||||
void reconfigure();
|
void reconfigure();
|
||||||
void installColormap(bool);
|
void installColormap(bool);
|
||||||
void restore(bool remap);
|
void restore(bool remap);
|
||||||
|
|
Loading…
Reference in a new issue