Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
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
Dorota Czaplejewicz
gtk
Commits
879202b9
Commit
879202b9
authored
Apr 12, 2011
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GdkX11DragContext: Struct packing improvements
parent
cef996d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkdnd-x11.c
+3
-4
No files found.
gdk/x11/gdkdnd-x11.c
View file @
879202b9
...
...
@@ -84,6 +84,9 @@ struct _GdkX11DragContext
GdkDragAction
old_action
;
/* The last action we sent to the source */
GdkDragAction
old_actions
;
/* The last actions we sent to the source */
GdkDragAction
xdnd_actions
;
/* What is currently set in XdndActionList */
guint
version
;
/* Xdnd protocol version */
GSList
*
window_caches
;
Window
dest_xid
;
/* The last window we looked up */
Window
drop_xid
;
/* The (non-proxied) window that is receiving drops */
...
...
@@ -92,11 +95,7 @@ struct _GdkX11DragContext
guint
xdnd_have_actions
:
1
;
/* Whether an XdndActionList was provided */
guint
motif_targets_set
:
1
;
/* Whether we've already set motif initiator info */
guint
drag_status
:
4
;
/* current status of drag */
guint
drop_failed
:
1
;
/* Whether the drop was unsuccessful */
guint
version
;
/* Xdnd protocol version */
GSList
*
window_caches
;
};
struct
_GdkX11DragContextClass
...
...
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