Unix: Rename X11Display to X11Window and make it work again with Spectre/Window/Window
This commit is contained in:
parent
96f6725428
commit
45d3bff620
9 changed files with 60 additions and 62 deletions
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
namespace sp {
|
||||
|
||||
class X11Display;
|
||||
class X11Window;
|
||||
|
||||
class X11WindowEventHandler
|
||||
{
|
||||
public:
|
||||
|
||||
static void registerHandler(::Display* disp, ::Window window, X11Display *ptr);
|
||||
static void registerHandler(::Display* disp, ::Window window, X11Window *ptr);
|
||||
|
||||
static void unregisterHandler(::Display* disp, ::Window window);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue