nux-1.16.0
test-canvas.cpp
00001 /*
00002  * Copyright (C) 2011 Canonical Ltd
00003  *
00004  * This program is free software: you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License version 3 as
00006  * published by the Free Software Foundation.
00007  *
00008  * This program is distributed in the hope that it will be useful,
00009  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011  * GNU General Public License for more details.
00012  *
00013  * You should have received a copy of the GNU General Public License
00014  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00015  *
00016  * Authored by: Mirco Müller <mirco.mueller@canonical.com
00017  */
00018 
00019 #include "Nux/Canvas.h"
00020 
00021 void TestCanvasSuite()
00022 {
00023   nux::Canvas* canvas = new nux::Canvas(NUX_TRACKER_LOCATION);
00024   canvas->UnReference();
00025 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends