Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mutter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
verdre
mutter
Commits
573ba108
Commit
573ba108
authored
Dec 17, 2019
by
Adam Jackson
🥃
Committed by
Georges Basile Stavracas Neto
Dec 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cogl: Remove unused xlib state from CoglContext
GNOME/mutter!977
parent
9325bd9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
cogl/cogl/cogl-context-private.h
cogl/cogl/cogl-context-private.h
+0
-16
No files found.
cogl/cogl/cogl-context-private.h
View file @
573ba108
...
...
@@ -34,10 +34,6 @@
#include "cogl-context.h"
#include "cogl-flags.h"
#ifdef COGL_HAS_XLIB_SUPPORT
#include "cogl-xlib-private.h"
#endif
#include "cogl-display-private.h"
#include "cogl-clip-stack.h"
#include "cogl-matrix-stack.h"
...
...
@@ -273,18 +269,6 @@ struct _CoglContext
CoglSamplerCache
*
sampler_cache
;
/* FIXME: remove these when we remove the last xlib based clutter
* backend. they should be tracked as part of the renderer but e.g.
* the eglx backend doesn't yet have a corresponding Cogl winsys
* and so we wont have a renderer in that case. */
#ifdef COGL_HAS_XLIB_SUPPORT
/* List of callback functions that will be given every Xlib event */
GSList
*
event_filters
;
/* Current top of the XError trap state stack. The actual memory for
these is expected to be allocated on the stack by the caller */
CoglXlibTrapState
*
trap_state
;
#endif
unsigned
long
winsys_features
[
COGL_FLAGS_N_LONGS_FOR_SIZE
(
COGL_WINSYS_FEATURE_N_FEATURES
)];
void
*
winsys
;
...
...
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