CTWM
Loading...
Searching...
No Matches
Data Fields
WindowEntry Struct Reference

#include <ctwm.h>

Collaboration diagram for WindowEntry:
[legend]

Data Fields

struct WindowEntrynext
 
int x
 
int y
 
int w
 
int h
 
struct TwmWindowtwm_win
 
bool used
 

Detailed Description

Definition at line 295 of file ctwm.h.

Field Documentation

◆ h

int WindowEntry::h

Definition at line 297 of file ctwm.h.

◆ next

struct WindowEntry* WindowEntry::next

Definition at line 296 of file ctwm.h.

◆ twm_win

struct TwmWindow* WindowEntry::twm_win

Definition at line 298 of file ctwm.h.

◆ used

bool WindowEntry::used

Definition at line 299 of file ctwm.h.

◆ w

int WindowEntry::w

Definition at line 297 of file ctwm.h.

Referenced by mergeWindowEntries().

◆ x

int WindowEntry::x

Definition at line 297 of file ctwm.h.

◆ y

int WindowEntry::y

Definition at line 297 of file ctwm.h.


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