Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,144
Issues
1,144
List
Boards
Labels
Milestones
Merge Requests
96
Merge Requests
96
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
216e9826
Commit
216e9826
authored
Apr 19, 2015
by
Jose Rostagno
Committed by
Matthias Clasen
Apr 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop old compat code, BITMAPV5HEADER is defined on vista+
https://bugzilla.gnome.org/show_bug.cgi?id=748156
parent
dcd53682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
gdk/win32/gdkcursor-win32.c
gdk/win32/gdkcursor-win32.c
+0
-29
No files found.
gdk/win32/gdkcursor-win32.c
View file @
216e9826
...
...
@@ -29,35 +29,6 @@
#include "xcursors.h"
#if (defined(__MINGW32__) && (__W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 8))) || (defined(_MSC_VER) && (WINVER < 0x0500))
typedef
struct
{
DWORD
bV5Size
;
LONG
bV5Width
;
LONG
bV5Height
;
WORD
bV5Planes
;
WORD
bV5BitCount
;
DWORD
bV5Compression
;
DWORD
bV5SizeImage
;
LONG
bV5XPelsPerMeter
;
LONG
bV5YPelsPerMeter
;
DWORD
bV5ClrUsed
;
DWORD
bV5ClrImportant
;
DWORD
bV5RedMask
;
DWORD
bV5GreenMask
;
DWORD
bV5BlueMask
;
DWORD
bV5AlphaMask
;
DWORD
bV5CSType
;
CIEXYZTRIPLE
bV5Endpoints
;
DWORD
bV5GammaRed
;
DWORD
bV5GammaGreen
;
DWORD
bV5GammaBlue
;
DWORD
bV5Intent
;
DWORD
bV5ProfileData
;
DWORD
bV5ProfileSize
;
DWORD
bV5Reserved
;
}
BITMAPV5HEADER
;
#endif
static
HCURSOR
hcursor_from_type
(
GdkCursorType
cursor_type
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment