diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-06-01 18:08:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-06-01 18:08:49 +0000 |
| commit | 39d598e5567d279a47dfaca5b42060f965ab480c (patch) | |
| tree | 19439b69f8ac0f51d2a31f1e591e2ec2051e52cb /src/Window.hh | |
| parent | 1775e867c408bbea2b7f197c0c40b26e586e9ef1 (diff) | |
backing out sticky transients change, this should go in the netwm branch
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 191e6592..038a58af 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -331,6 +331,7 @@ public: void remaximize(void); void shade(void); void stick(void); + void unstick(void); void reconfigure(void); void updateFocusModel(void); void installColormap(bool install); |
