JWM Source Documentation

AspectRatio Struct Reference

The aspect ratio of a window. More...

#include <client.h>

Data Fields

int minx
 The x component of the minimum aspect ratio.
int miny
 The y component of the minimum aspect ratio.
int maxx
 The x component of the maximum aspect ratio.
int maxy
 The y component of the maximum aspect ratio.

Detailed Description

The aspect ratio of a window.

Definition at line 70 of file client.h.


Field Documentation

The x component of the maximum aspect ratio.

Definition at line 73 of file client.h.

The y component of the maximum aspect ratio.

Definition at line 74 of file client.h.

The x component of the minimum aspect ratio.

Definition at line 71 of file client.h.

The y component of the minimum aspect ratio.

Definition at line 72 of file client.h.


The documentation for this struct was generated from the following file: