mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-21 10:53:31 +01:00
I changed unsigned int to just int for window width because it
confused some comparitions and while other widths use int.. hope that won't cause bugs.
This commit is contained in:
@@ -34,8 +34,8 @@ typedef struct WStacking {
|
||||
|
||||
typedef struct _WCoreWindow {
|
||||
Window window;
|
||||
unsigned int width; /* size of the window */
|
||||
unsigned int height;
|
||||
int width; /* size of the window */
|
||||
int height;
|
||||
WScreen *screen_ptr; /* ptr to screen of the window */
|
||||
|
||||
WObjDescriptor descriptor;
|
||||
|
||||
Reference in New Issue
Block a user