Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openjazz
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
PocketInsanity
openjazz
Commits
2bb81bfd
Commit
2bb81bfd
authored
Apr 10, 2010
by
anotherguest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added #ifdef SCALE for set scale factor in video.cpp(was missing)
parent
6a0cbf3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
201 additions
and
201 deletions
+201
-201
video.cpp
src/io/gfx/video.cpp
+201
-201
No files found.
src/io/gfx/video.cpp
View file @
2bb81bfd
...
@@ -233,7 +233,7 @@ int Video::getHeight () {
...
@@ -233,7 +233,7 @@ int Video::getHeight () {
}
}
#ifdef SCALE
int
Video
::
getScaleFactor
()
{
int
Video
::
getScaleFactor
()
{
return
scaleFactor
;
return
scaleFactor
;
...
@@ -250,7 +250,7 @@ void Video::setScaleFactor (int newScaleFactor) {
...
@@ -250,7 +250,7 @@ void Video::setScaleFactor (int newScaleFactor) {
return
;
return
;
}
}
#endif
#ifndef FULLSCREEN_ONLY
#ifndef FULLSCREEN_ONLY
bool
Video
::
isFullscreen
()
{
bool
Video
::
isFullscreen
()
{
...
...
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