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
855308fd
Commit
855308fd
authored
Apr 23, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Merged the contents of winpos.c into window.c.
parent
39f2a082
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
13 deletions
+2
-13
Makefile.in
dlls/winex11.drv/Makefile.in
+0
-1
event.c
dlls/winex11.drv/event.c
+1
-1
window.c
dlls/winex11.drv/window.c
+0
-0
winpos.c
dlls/winex11.drv/winpos.c
+0
-0
x11drv.h
dlls/winex11.drv/x11drv.h
+1
-11
No files found.
dlls/winex11.drv/Makefile.in
View file @
855308fd
...
...
@@ -34,7 +34,6 @@ C_SRCS = \
systray.c
\
text.c
\
window.c
\
winpos.c
\
wintab.c
\
x11ddraw.c
\
x11drv_main.c
\
...
...
dlls/winex11.drv/event.c
View file @
855308fd
...
...
@@ -797,7 +797,7 @@ void X11DRV_ConfigureNotify( HWND hwnd, XEvent *xev )
/***********************************************************************
* get_window_wm_state
*/
int
get_window_wm_state
(
Display
*
display
,
struct
x11drv_win_data
*
data
)
static
int
get_window_wm_state
(
Display
*
display
,
struct
x11drv_win_data
*
data
)
{
struct
{
...
...
dlls/winex11.drv/window.c
View file @
855308fd
This diff is collapsed.
Click to expand it.
dlls/winex11.drv/winpos.c
deleted
100644 → 0
View file @
39f2a082
This diff is collapsed.
Click to expand it.
dlls/winex11.drv/x11drv.h
View file @
855308fd
...
...
@@ -548,6 +548,7 @@ extern int dxgrab;
extern
int
use_xkb
;
extern
int
use_take_focus
;
extern
int
use_primary_selection
;
extern
int
usexcomposite
;
extern
int
managed_mode
;
extern
int
decorated_mode
;
extern
int
private_color_map
;
...
...
@@ -699,7 +700,6 @@ extern struct x11drv_win_data *X11DRV_get_win_data( HWND hwnd );
extern
struct
x11drv_win_data
*
X11DRV_create_win_data
(
HWND
hwnd
);
extern
Window
X11DRV_get_whole_window
(
HWND
hwnd
);
extern
Window
X11DRV_get_client_window
(
HWND
hwnd
);
extern
BOOL
X11DRV_is_window_rect_mapped
(
const
RECT
*
rect
);
extern
XIC
X11DRV_get_ic
(
HWND
hwnd
);
extern
BOOL
X11DRV_set_win_format
(
HWND
hwnd
,
XID
fbconfig
);
...
...
@@ -709,7 +709,6 @@ extern void mark_drawable_dirty( Drawable old, Drawable new );
extern
Drawable
create_glxpixmap
(
Display
*
display
,
XVisualInfo
*
vis
,
Pixmap
parent
);
extern
void
flush_gl_drawable
(
X11DRV_PDEVICE
*
physDev
);
extern
int
get_window_wm_state
(
Display
*
display
,
struct
x11drv_win_data
*
data
);
extern
void
wait_for_withdrawn_state
(
Display
*
display
,
struct
x11drv_win_data
*
data
,
BOOL
set
);
extern
void
update_net_wm_states
(
Display
*
display
,
struct
x11drv_win_data
*
data
);
extern
void
make_window_embedded
(
Display
*
display
,
struct
x11drv_win_data
*
data
);
...
...
@@ -736,17 +735,8 @@ typedef int (*x11drv_error_callback)( Display *display, XErrorEvent *event, void
extern
void
X11DRV_expect_error
(
Display
*
display
,
x11drv_error_callback
callback
,
void
*
arg
);
extern
int
X11DRV_check_error
(
void
);
extern
BOOL
is_window_managed
(
HWND
hwnd
,
UINT
swp_flags
,
const
RECT
*
window_rect
);
extern
void
X11DRV_window_to_X_rect
(
struct
x11drv_win_data
*
data
,
RECT
*
rect
);
extern
void
X11DRV_X_to_window_rect
(
struct
x11drv_win_data
*
data
,
RECT
*
rect
);
extern
void
X11DRV_sync_window_style
(
Display
*
display
,
struct
x11drv_win_data
*
data
);
extern
void
X11DRV_sync_window_position
(
Display
*
display
,
struct
x11drv_win_data
*
data
,
UINT
swp_flags
,
const
RECT
*
old_client_rect
,
const
RECT
*
old_whole_rect
);
extern
void
X11DRV_sync_client_position
(
Display
*
display
,
struct
x11drv_win_data
*
data
,
UINT
swp_flags
,
const
RECT
*
old_client_rect
,
const
RECT
*
old_whole_rect
);
extern
void
X11DRV_set_wm_hints
(
Display
*
display
,
struct
x11drv_win_data
*
data
);
extern
void
xinerama_init
(
unsigned
int
width
,
unsigned
int
height
);
extern
void
X11DRV_init_desktop
(
Window
win
,
unsigned
int
width
,
unsigned
int
height
);
...
...
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