Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0aa7d402
Commit
0aa7d402
authored
Sep 27, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Remove support for exporting the CF_OEMTEXT and CF_LOCALE formats.
They can be synthesized from CF_UNICODETEXT. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c837adf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
clipboard.c
dlls/winex11.drv/clipboard.c
+0
-2
x11drv.h
dlls/winex11.drv/x11drv.h
+0
-2
x11drv_main.c
dlls/winex11.drv/x11drv_main.c
+0
-2
No files found.
dlls/winex11.drv/clipboard.c
View file @
0aa7d402
...
...
@@ -157,14 +157,12 @@ static const struct
{
0
,
CF_SYLK
,
XATOM_WCF_SYLK
,
import_data
,
export_data
},
{
0
,
CF_DIF
,
XATOM_WCF_DIF
,
import_data
,
export_data
},
{
0
,
CF_TIFF
,
XATOM_WCF_TIFF
,
import_data
,
export_data
},
{
0
,
CF_OEMTEXT
,
XATOM_WCF_OEMTEXT
,
import_data
,
export_data
},
{
0
,
CF_DIB
,
XA_PIXMAP
,
import_pixmap
,
export_pixmap
},
{
0
,
CF_PENDATA
,
XATOM_WCF_PENDATA
,
import_data
,
export_data
},
{
0
,
CF_RIFF
,
XATOM_WCF_RIFF
,
import_data
,
export_data
},
{
0
,
CF_WAVE
,
XATOM_WCF_WAVE
,
import_data
,
export_data
},
{
0
,
CF_ENHMETAFILE
,
XATOM_WCF_ENHMETAFILE
,
import_enhmetafile
,
export_enhmetafile
},
{
0
,
CF_HDROP
,
XATOM_text_uri_list
,
import_text_uri_list
,
export_hdrop
},
{
0
,
CF_LOCALE
,
XATOM_WCF_LOCALE
,
import_data
,
export_data
},
{
0
,
CF_DIB
,
XATOM_image_bmp
,
import_image_bmp
,
export_image_bmp
},
{
RichTextFormatW
,
0
,
XATOM_text_rtf
,
import_data
,
export_data
},
{
RichTextFormatW
,
0
,
XATOM_text_richtext
,
import_data
,
export_data
},
...
...
dlls/winex11.drv/x11drv.h
View file @
0aa7d402
...
...
@@ -461,8 +461,6 @@ enum x11drv_atoms
XATOM_WCF_DIF
,
XATOM_WCF_ENHMETAFILE
,
XATOM_WCF_HDROP
,
XATOM_WCF_LOCALE
,
XATOM_WCF_OEMTEXT
,
XATOM_WCF_PENDATA
,
XATOM_WCF_RIFF
,
XATOM_WCF_SYLK
,
...
...
dlls/winex11.drv/x11drv_main.c
View file @
0aa7d402
...
...
@@ -172,8 +172,6 @@ static const char * const atom_names[NB_XATOMS - FIRST_XATOM] =
"WCF_DIF"
,
"WCF_ENHMETAFILE"
,
"WCF_HDROP"
,
"WCF_LOCALE"
,
"WCF_OEMTEXT"
,
"WCF_PENDATA"
,
"WCF_RIFF"
,
"WCF_SYLK"
,
...
...
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