Cleanup: remove unused wmWindow.monitor
This commit is contained in:
@@ -239,11 +239,10 @@ typedef struct wmWindow {
|
||||
/** Window coords. */
|
||||
short posx, posy, sizex, sizey;
|
||||
/** Borderless, full. */
|
||||
short windowstate;
|
||||
/** Multiscreen... no idea how to store yet. */
|
||||
short monitor;
|
||||
char windowstate;
|
||||
/** Set to 1 if an active window, for quick rejects. */
|
||||
short active;
|
||||
char active;
|
||||
char _pad0[4];
|
||||
/** Current mouse cursor type. */
|
||||
short cursor;
|
||||
/** Previous cursor when setting modal one. */
|
||||
|
||||
Reference in New Issue
Block a user