mirror of
https://github.com/0intro/wmii
synced 2025-01-11 12:49:38 +03:00
decided to keep auxillary pointer in Frame
This commit is contained in:
parent
ca6aa15f56
commit
28f040c222
@ -126,7 +126,7 @@ struct LayoutDef {
|
||||
struct Layout {
|
||||
Page *page;
|
||||
LayoutDef *def;
|
||||
void *aux; /* free pointer */
|
||||
void *aux; /* auxillary pointer */
|
||||
File *file[L_LAST];
|
||||
};
|
||||
|
||||
@ -139,7 +139,7 @@ struct Frame {
|
||||
GC gc;
|
||||
XRectangle rect;
|
||||
Cursor cursor;
|
||||
void *aux; /* free pointer */
|
||||
void *aux; /* auxillary pointer */
|
||||
File *file[F_LAST];
|
||||
Frame *next;
|
||||
Frame *prev;
|
||||
|
Loading…
Reference in New Issue
Block a user