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

Commit

Permalink
Allow hooking to main repaints using crl.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed May 28, 2019
1 parent 84072fb commit d259aeb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/crl/crl_on_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ For license and copyright information please follow this link:
#include <crl/common/crl_common_on_main_guarded.h>
#include <crl/common/crl_common_guards.h>
#include <crl/qt/crl_qt_guards.h>

#ifdef CRL_ENABLE_RPL_INTEGRATION

#include <rpl/producer.h>

namespace crl {

rpl::producer<> on_main_update_requests();

} // namespace crl

#endif // CRL_ENABLE_RPL_INTEGRATION

0 comments on commit d259aeb

Please sign in to comment.