X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/5f4caf1ec3793937210c83b45c54bc4264e30c58..335105ec8330774af60183180c47b14e5aa4e6c1:/application/SidebarP.h diff --git a/application/SidebarP.h b/application/SidebarP.h index 057e0f0..055966a 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,18 @@ typedef struct SidebarClassRec { } SidebarClassRec; typedef struct SidebarPart { - int a; + XftDraw *d; + NFont *font; + XftColor fg; + XftColor bg; + XftColor select2_bg; + + Widget popupMenu; + int select2; + + int elmHeight; + + MainWindow *window; } SidebarPart; typedef struct SidebarRec {