X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FBaseDisplay.h;h=b30a71700cc1a076bbf827fe9b7fd53395122a11;hb=d58f7b569e6c39fbeb96d55a139cd3a07ec3b5a7;hp=9386a261413847edb69354aac5951ecf9daf4148;hpb=eb8a11a5a7b066ada63cc3550f8314f53eaf1a39;p=chaz%2Fopenbox diff --git a/src/BaseDisplay.h b/src/BaseDisplay.h index 9386a261..b30a7170 100644 --- a/src/BaseDisplay.h +++ b/src/BaseDisplay.h @@ -30,11 +30,11 @@ class BaseDisplay; class ScreenInfo; -#include "LinkedList.h" #include "Timer.h" #include "Geometry.h" #include "Util.h" #include +#include #define AttribShaded (1l << 0) #define AttribMaxHoriz (1l << 1) @@ -133,7 +133,8 @@ private: typedef std::vector ScreenInfoList; ScreenInfoList screenInfoList; - LinkedList *timerList; + typedef std::list TimerList; + TimerList timerList; char *display_name, *application_name; int number_of_screens, server_grabs, colors_per_channel;