Cleanup: remove unused wmWindow.monitor

This commit is contained in:
2020-02-25 09:25:14 +11:00
parent 44862110de
commit a322b43e3d

View File

@@ -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. */