diff options
author | okan | 2014-02-02 16:29:04 +0000 |
---|---|---|
committer | okan | 2014-02-02 16:29:04 +0000 |
commit | b803e99634ca48acb240a6e5a67ab768a72159bc (patch) | |
tree | e14c9365928aec3a36165f787cf763744738dbcb /calmwm.h | |
parent | 7cf90fa84564259d6ef67cd63017a6cdec385f5a (diff) | |
download | cwm-b803e99634ca48acb240a6e5a67ab768a72159bc.tar.gz |
No need to store screen colormap and visual; rather just use the X
macros in the one place they are needed.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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.255 2014/02/02 15:46:05 okan Exp $ + * $OpenBSD: calmwm.h,v 1.256 2014/02/02 16:29:04 okan Exp $ */ #ifndef _CALMWM_H_ @@ -221,8 +221,6 @@ TAILQ_HEAD(autogroupwin_q, autogroupwin); struct screen_ctx { TAILQ_ENTRY(screen_ctx) entry; int which; - Visual *visual; - Colormap colormap; Window rootwin; Window menuwin; int cycling; |