Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
9df15366
Unverified
Commit
9df15366
authored
Jun 25, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/run_xinerama_without_debug_output' into 3.6.x
Attributes GH PR #156:
https://github.com/ArcticaProject/nx-libs/pull/156
parents
9c1275f5
b7d7ff3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Screen.c
nx-X11/programs/Xserver/hw/nxagent/Screen.c
+5
-5
No files found.
nx-X11/programs/Xserver/hw/nxagent/Screen.c
View file @
9df15366
...
...
@@ -104,10 +104,10 @@ is" without express or implied warranty.
* Set here the required log level.
*/
#
define
PANIC
#
define
WARNING
#
define
TEST
#
define
DEBUG
#
undef
PANIC
#
undef
WARNING
#
undef
TEST
#
undef
DEBUG
#undef WATCH
#undef DUMP
...
...
@@ -3799,7 +3799,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
}
#else
/* we are not interested in the return code */
RRGetInfo
(
pScreen
);
RRGetInfo
(
pScreen
,
FALSE
);
#endif
#ifndef NXAGENT_RANDR_XINERAMA_CLIPPING
...
...
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