mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
hw/xwin: Consistently use 'L' for long int constants
Signed-off-by: Colin Harrison <colin.harrison@virgin.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
committed by
Jon TURNEY
parent
46df614784
commit
061e5eba00
@@ -1618,10 +1618,10 @@ winDeinitMultiWindowWM(void)
|
||||
}
|
||||
|
||||
/* Windows window styles */
|
||||
#define HINT_NOFRAME (1l<<0)
|
||||
#define HINT_NOFRAME (1L<<0)
|
||||
#define HINT_BORDER (1L<<1)
|
||||
#define HINT_SIZEBOX (1l<<2)
|
||||
#define HINT_CAPTION (1l<<3)
|
||||
#define HINT_SIZEBOX (1L<<2)
|
||||
#define HINT_CAPTION (1L<<3)
|
||||
#define HINT_NOMAXIMIZE (1L<<4)
|
||||
#define HINT_NOMINIMIZE (1L<<5)
|
||||
#define HINT_NOSYSMENU (1L<<6)
|
||||
|
||||
Reference in New Issue
Block a user