Skip to content

Commit

Permalink
Corner radius border (#3901)
Browse files Browse the repository at this point in the history
* [Added] Native rounded corners rendering and border support for widgets

*** Feature and code based on openatv/enigma2@96719ca. Thanks to @jbleyel

* [Fixed] Build errors on PLi
  • Loading branch information
DimitarCC committed Jan 17, 2024
1 parent 8f73cd5 commit 5383bec
Show file tree
Hide file tree
Showing 14 changed files with 4,096 additions and 160 deletions.
2 changes: 2 additions & 0 deletions lib/gdi/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gdi_libenigma_gdi_a_SOURCES = \
gdi/accel.cpp \
gdi/bcm.cpp \
gdi/compositing.cpp \
gdi/drawing.cpp \
gdi/epng.cpp \
gdi/erect.cpp \
gdi/fb.cpp \
Expand All @@ -27,6 +28,7 @@ gdiincludedir = $(pkgincludedir)/lib/gdi
gdiinclude_HEADERS = \
gdi/accel.h \
gdi/compositing.h \
gdi/drawing.h \
gdi/epng.h \
gdi/epoint.h \
gdi/erect.h \
Expand Down

0 comments on commit 5383bec

Please sign in to comment.