Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
motoishmz committed Jun 19, 2015
1 parent ee373e4 commit 2aab8e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ofxDisplayLayout::*ALIGN_VERTICAL*


## Demo movie
[https://instagram.com/p/4GhGW0LMyA/](https://instagram.com/p/4GhGW0LMyA/)
[https://instagram.com/p/4GhVAjrMyL/](https://instagram.com/p/4GhVAjrMyL/)
[https://instagram.com/p/4GhyxgrMyw/](https://instagram.com/p/4GhyxgrMyw/)
- [https://instagram.com/p/4GhGW0LMyA/](https://instagram.com/p/4GhGW0LMyA/)
- [https://instagram.com/p/4GhVAjrMyL/](https://instagram.com/p/4GhVAjrMyL/)
- [https://instagram.com/p/4GhyxgrMyw/](https://instagram.com/p/4GhyxgrMyw/)


## Testers needed!
Expand Down
14 changes: 8 additions & 6 deletions src/ofxDisplayLayout.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ofxDisplayLayout::ofxDisplayLayout() {
#ifndef TARGET_OSX
ofSystemAlertDialog("Sorry! ofxDisplayLayout supports only MacOS only.");
ofSystemAlertDialog("Sorry! ofxDisplayLayout supports only MacOS.");
#endif
}

Expand All @@ -29,9 +29,9 @@
return false;
}


/*!
writing to tile
creating reports
*/
stringstream stream;

Expand Down Expand Up @@ -59,6 +59,7 @@
end(display_ids),
create_report);


/*!
writing to tile
*/
Expand All @@ -84,6 +85,7 @@
return false;
}


/*!
reading valid display id
*/
Expand All @@ -108,6 +110,7 @@
display_ids.emplace_back(display_id);
}


/*!
arrange
*/
Expand Down Expand Up @@ -145,8 +148,7 @@
}

ofSetColor(255);
ofDrawBitmapString(ofToString(display_id),
rect.getPosition() * scale + 20);
ofDrawBitmapString(ofToString(display_id), rect.getPosition()*scale+20);
};

const vector<unsigned int> display_ids = getDisplayIds();
Expand Down Expand Up @@ -224,7 +226,7 @@


/*!
estimating the new origin for each display
estimating the new origin for each display
*/
struct Display {

Expand Down

0 comments on commit 2aab8e1

Please sign in to comment.