2005-02-12 13:58 Alexander Malmberg <alexander@malmberg.org>

* Headers/x11/XGServerWindow.h: Make the border and depth ivars
	unsigned.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2005-02-12 12:51:28 +00:00
parent 41d945a4e2
commit 3a1bd8c7f0
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-02-12 13:58 Alexander Malmberg <alexander@malmberg.org>
* Headers/x11/XGServerWindow.h: Make the border and depth ivars
unsigned.
2005-02-12 13:54 Alexander Malmberg <alexander@malmberg.org>
* Source/x11/XGServerWindow.m (setNormalHints): If the window isn't

View file

@ -74,8 +74,8 @@ typedef struct _gswindow_device_t {
int screen; /* Screeen this window is on */
GC gc; /* GC for drawing */
long number; /* Globally unique identifier */
int depth; /* Window depth */
int border; /* Border size */
unsigned int depth; /* Window depth */
unsigned int border; /* Border size */
int map_state; /* X map state */
int visibility; /* X visibility */
NSBackingStoreType type; /* Backing type */