aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-07-13 15:21:35 +0000
committerokan2012-07-13 15:21:35 +0000
commita4c958a3f89733566a15f47d5ddc0167fe5e85d4 (patch)
treec389a5df0d1eac207d889d53e01760717fb24f45 /calmwm.h
parent5e6e2b31dc906e221316757e7b05b680209148b1 (diff)
downloadcwm-a4c958a3f89733566a15f47d5ddc0167fe5e85d4.tar.gz
convert xmax/ymax uses to view geometry.
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 1bc20d2..efbbf3b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.150 2012/07/13 14:18:04 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.151 2012/07/13 15:21:35 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -211,8 +211,6 @@ struct screen_ctx {
struct color color[CWM_COLOR_MAX];
GC gc;
int cycling;
- int xmax;
- int ymax;
struct geom view; /* viewable area */
struct geom work; /* workable area, gap-applied */
struct gap gap;