Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc
Commits
292351be
Commit
292351be
authored
Jun 05, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove promiscuous #include <vlc_common.h>
parent
3e258835
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
include/vlc_xlib.h
include/vlc_xlib.h
+0
-1
modules/gui/skins2/x11/x11_factory.cpp
modules/gui/skins2/x11/x11_factory.cpp
+3
-1
No files found.
include/vlc_xlib.h
View file @
292351be
...
...
@@ -21,7 +21,6 @@
#ifndef VLC_XLIB_H
# define VLC_XLIB_H 1
# include <vlc_common.h>
# include <X11/Xlib.h>
static
inline
bool
vlc_xlib_init
(
vlc_object_t
*
obj
)
...
...
modules/gui/skins2/x11/x11_factory.cpp
View file @
292351be
...
...
@@ -28,7 +28,6 @@
#include <dirent.h>
#include <sys/stat.h>
#include <X11/Xlib.h>
#include <vlc_xlib.h>
#include "x11_factory.hpp"
#include "x11_display.hpp"
...
...
@@ -41,6 +40,9 @@
#include "../src/generic_window.hpp"
#include <vlc_common.h>
#include <vlc_xlib.h>
X11Factory
::
X11Factory
(
intf_thread_t
*
pIntf
)
:
OSFactory
(
pIntf
),
m_pDisplay
(
NULL
),
m_pTimerLoop
(
NULL
),
m_dirSep
(
"/"
)
{
...
...
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