X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e4681c09375d0a2aece4ebdcd4a3d5badee5fc6..5b86e784ed60d047c8d34dec15b35f62cfb1f8f8:/application/SidebarP.h diff --git a/application/SidebarP.h b/application/SidebarP.h index 405f2d1..6ff771e 100644 --- a/application/SidebarP.h +++ b/application/SidebarP.h @@ -31,17 +31,14 @@ #include #include #include +#include "nfont.h" + +#include "window.h" #ifdef __cplusplus extern "C" { #endif - -typedef struct SidebarData SidebarData; -struct SidebarData { - int a; -}; - typedef struct SidebarClassPart { int unused; @@ -56,7 +53,12 @@ typedef struct SidebarClassRec { } SidebarClassRec; typedef struct SidebarPart { - int a; // placeholder + XftDraw *d; + NFont *font; + XftColor fg; + XftColor bg; + + MainWindow *window; } SidebarPart; typedef struct SidebarRec {