Skip to content

Commit

Permalink
fixup SDL2 notifications
Browse files Browse the repository at this point in the history
fixes up series of commits:
cb5a9a0
fafb03b
  • Loading branch information
cbeck88 committed Jun 27, 2014
1 parent 33ae8d7 commit 14fc744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/notifications.cpp
Expand Up @@ -10,10 +10,10 @@
#include <cstdlib>
#include <list>

#include "SDL_version.h"
#include "sdl/compat.hpp"

#if SDL_VERSION_ATLEAST(2,0,0)
#define NO_NOTIFICATIONS // It seems that SDL_active does not exist and I don't know what the analogue was
#include "video.hpp"
#else
#include "SDL_active.h"
#endif
Expand Down

0 comments on commit 14fc744

Please sign in to comment.