mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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:
parent
41d945a4e2
commit
3a1bd8c7f0
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue