zoomedit:

* Removed scrollbars, allowing endless movement now
This commit is contained in:
neoraider 2008-04-16 19:13:03 +00:00
parent b90de8c582
commit a87e0ede82
6 changed files with 24 additions and 126 deletions

View file

@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ZOOMEDIT_TOPVIEW_H_
#define ZOOMEDIT_TOPVIEW_H_
#ifndef ZOOMEDIT_VIEW_TOPVIEW_H_
#define ZOOMEDIT_VIEW_TOPVIEW_H_
#include "View.h"
@ -64,4 +64,4 @@ class TopView : public View {
}
}
#endif /*ZOOMEDIT_TOPVIEW_H_*/
#endif /*ZOOMEDIT_VIEW_TOPVIEW_H_*/

View file

@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ZOOMEDIT_VIEW_H_
#define ZOOMEDIT_VIEW_H_
#ifndef ZOOMEDIT_VIEW_VIEW_H_
#define ZOOMEDIT_VIEW_VIEW_H_
namespace ZoomEdit {
@ -39,4 +39,4 @@ class View {
}
}
#endif /*ZOOMEDIT_RENDERER_H_*/
#endif /*ZOOMEDIT_VIEW_VIEW_H_*/