Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
e613d264
Commit
e613d264
authored
Oct 05, 2010
by
Matthias Clasen
Browse files
Drop dead gxid_proto.h header
This header is no longer used.
parent
9ff4f081
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/x11/gxid_proto.h
deleted
100644 → 0
View file @
9ff4f081
#define GXID_CLAIM_DEVICE 1
#define GXID_RELEASE_DEVICE 2
#define GXID_RETURN_OK 0
#define GXID_RETURN_ERROR -1
typedef
struct
GxidClaimDevice_
GxidClaimDevice
;
typedef
struct
GxidReleaseDevice_
GxidReleaseDevice
;
typedef
struct
GxidMessageAny_
GxidMessageAny
;
typedef
union
GxidMessage_
GxidMessage
;
typedef
unsigned
long
GxidU32
;
typedef
long
GxidI32
;
struct
GxidClaimDevice_
{
GxidU32
type
;
GxidU32
length
;
GxidU32
device
;
GxidU32
window
;
GxidU32
exclusive
;
};
struct
GxidReleaseDevice_
{
GxidU32
type
;
GxidU32
length
;
GxidU32
device
;
GxidU32
window
;
};
struct
GxidMessageAny_
{
GxidU32
type
;
GxidU32
length
;
};
union
GxidMessage_
{
GxidMessageAny
any
;
GxidClaimDevice
claim
;
GxidReleaseDevice
release
;
};
Write
Preview
Supports
Markdown
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