Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
e69b3ad3
Commit
e69b3ad3
authored
Aug 17, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Includes: remove tabs and trailing spaces
parent
10c68b56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
38 deletions
+39
-38
include/vlc_windows_interfaces.h
include/vlc_windows_interfaces.h
+39
-38
No files found.
include/vlc_windows_interfaces.h
View file @
e69b3ad3
/*****************************************************************************
* v
istaext.h : "Vista file associations support"
* v
lc_windows_interfaces.h : Vista/7 helpers
****************************************************************************
*
Copyright (C) 2009 the VideoLAN team
*
$Id$
*
*
Copyright (C) 2009-2010 VideoLAN
*
* Authors: Geoffroy Couprie <geal@videolan.org>
*
...
...
@@ -82,15 +82,15 @@ typedef enum TBATFLAG
}
TBATFLAG
;
typedef
struct
tagTHUMBBUTTON
{
{
DWORD
dwMask
;
UINT
iId
;
UINT
iBitmap
;
HICON
hIcon
;
// WCHAR pszTip[ 260 ];
// WCHAR pszTip[ 260 ];
wchar_t
pszTip
[
260
];
DWORD
dwFlags
;
}
THUMBBUTTON
;
}
THUMBBUTTON
;
typedef
struct
tagTHUMBBUTTON
*
LPTHUMBBUTTON
;
...
...
@@ -100,6 +100,7 @@ typedef struct tagTHUMBBUTTON *LPTHUMBBUTTON;
#define THBF_DISMISSONCLICK 0x0002
#define THBF_NOBACKGROUND 0x0004
#define THBF_HIDDEN 0x0008
// THUMBBUTTON mask
#define THB_BITMAP 0x0001
#define THB_ICON 0x0002
...
...
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