Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
DeferredWindowEvents moved to boo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed May 11, 2016
1 parent a48e2b4 commit feccc76
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 276 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ list(APPEND SPECTER_HEADERS
include/specter/specter.hpp
include/specter/ViewResources.hpp
include/specter/IViewManager.hpp
include/specter/DeferredWindowEvents.hpp
include/specter/View.hpp
include/specter/RootView.hpp
include/specter/ModalWindow.hpp
Expand Down
273 changes: 0 additions & 273 deletions include/specter/DeferredWindowEvents.hpp

This file was deleted.

3 changes: 1 addition & 2 deletions include/specter/RootView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "Tooltip.hpp"
#include "FontCache.hpp"
#include "IMenuNode.hpp"
#include "DeferredWindowEvents.hpp"
#include "IViewManager.hpp"
#include "optional.hpp"
#include <boo/boo.hpp>
Expand Down Expand Up @@ -37,7 +36,7 @@ class RootView : public View
bool m_activeSplitDragView = false;
SplitView* recursiveTestSplitHover(SplitView* sv, const boo::SWindowCoord& coord) const;

DeferredWindowEvents<RootView> m_events;
boo::DeferredWindowEvents<RootView> m_events;

struct SplitMenuSystem : IMenuNode
{
Expand Down

0 comments on commit feccc76

Please sign in to comment.