File tree Expand file tree Collapse file tree 17 files changed +43
-43
lines changed
Expand file tree Collapse file tree 17 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 77
88# Build configuration
99ARTIFACT_NAME=" calculator.bin"
10- LDFLAGS=" -lwindow "
10+ LDFLAGS=" -lfenster "
1111
1212# Include application build tasks
1313. " ../applications.sh"
Original file line number Diff line number Diff line change 1919 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2020
2121#include < calculator.hpp>
22- #include < libwindow /button.hpp>
23- #include < libwindow /label.hpp>
24- #include < libwindow /textfield.hpp>
25- #include < libwindow /application.hpp>
26- #include < libwindow /window.hpp>
27- #include < libwindow /metrics/rectangle.hpp>
22+ #include < libfenster /button.hpp>
23+ #include < libfenster /label.hpp>
24+ #include < libfenster /textfield.hpp>
25+ #include < libfenster /application.hpp>
26+ #include < libfenster /window.hpp>
27+ #include < libfenster /metrics/rectangle.hpp>
2828
2929#include < algorithm>
3030#include < sstream>
Original file line number Diff line number Diff line change 88# Build configuration
99ARTIFACT_NAME=" desktop.bin"
1010CFLAGS_ADD=" -I$SYSROOT_SYSTEM_INCLUDE /freetype2"
11- LDFLAGS=" -lproperties -lwindow -lcairo -lfreetype -lpixman-1 -lpng -lz"
11+ LDFLAGS=" -lproperties -lfenster -lcairo -lfreetype -lpixman-1 -lpng -lz"
1212
1313# Include application build tasks
1414. " ../applications.sh"
Original file line number Diff line number Diff line change 2626#include " item.hpp"
2727#include " item_organizer.hpp"
2828
29- #include < libwindow /canvas.hpp>
30- #include < libwindow /selection.hpp>
29+ #include < libfenster /canvas.hpp>
30+ #include < libfenster /selection.hpp>
3131#include < vector>
3232
3333using namespace fenster ;
Original file line number Diff line number Diff line change 2121#include " item.hpp"
2222#include < cairo/cairo.h>
2323#include < math.h>
24- #include < libwindow /font/text_alignment.hpp>
25- #include < libwindow /color_argb.hpp>
24+ #include < libfenster /font/text_alignment.hpp>
25+ #include < libfenster /color_argb.hpp>
2626#include < helper.hpp>
2727
2828using namespace fenster ;
Original file line number Diff line number Diff line change 2121#ifndef DESKTOP_ITEM
2222#define DESKTOP_ITEM
2323
24- #include < libwindow /canvas.hpp>
25- #include < libwindow /label.hpp>
24+ #include < libfenster /canvas.hpp>
25+ #include < libfenster /label.hpp>
2626#include < cairo/cairo.h>
2727
2828using namespace fenster ;
Original file line number Diff line number Diff line change 2323#include < cairo/cairo.h>
2424#include < cstdlib>
2525#include < map>
26- #include < libwindow /font/text_layouter.hpp>
27- #include < libwindow /font/font_loader.hpp>
26+ #include < libfenster /font/text_layouter.hpp>
27+ #include < libfenster /font/font_loader.hpp>
2828#include < helper.hpp>
2929
3030using namespace fenster ;
Original file line number Diff line number Diff line change 2121#ifndef DESKTOP_TASKBAR
2222#define DESKTOP_TASKBAR
2323
24- #include < libwindow /canvas.hpp>
25- #include < libwindow /selection.hpp>
26- #include < libwindow /window.hpp>
27- #include < libwindow /font/text_layouter.hpp>
24+ #include < libfenster /canvas.hpp>
25+ #include < libfenster /selection.hpp>
26+ #include < libfenster /window.hpp>
27+ #include < libfenster /font/text_layouter.hpp>
2828#include < vector>
2929
3030using namespace fenster ;
Original file line number Diff line number Diff line change 88# Build configuration
99ARTIFACT_NAME=" navigator.bin"
1010CFLAGS_ADD=" -I$SYSROOT_SYSTEM_INCLUDE /freetype2"
11- LDFLAGS=" -lproperties -linput -lwindow -lcairo -lfreetype -lpixman-1 -lpng -lz"
11+ LDFLAGS=" -lproperties -linput -lfenster -lcairo -lfreetype -lpixman-1 -lpng -lz"
1212
1313# Include application build tasks
1414. " ../applications.sh"
You can’t perform that action at this time.
0 commit comments