mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-10 05:57:41 +00:00
IGraphicsDataToken and IGraphicsCommandQueue::stopRenderer()
This commit is contained in:
@@ -60,7 +60,7 @@ static Window GetWindowOfEvent(XEvent* event, bool& windowEvent)
|
||||
case ButtonRelease:
|
||||
{
|
||||
windowEvent = true;
|
||||
return event->xbutton.window;;
|
||||
return event->xbutton.window;
|
||||
}
|
||||
case MotionNotify:
|
||||
{
|
||||
@@ -290,7 +290,6 @@ public:
|
||||
XNextEvent(m_xDisp, &event);
|
||||
bool windowEvent;
|
||||
Window evWindow = GetWindowOfEvent(&event, windowEvent);
|
||||
//fprintf(stderr, "EVENT %d\n", XCB_EVENT_RESPONSE_TYPE(event));
|
||||
if (windowEvent)
|
||||
{
|
||||
auto window = m_windows.find(evWindow);
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "XlibCommon.hpp"
|
||||
|
||||
#define REF_DPMM 3.7824 /* 96 DPI */
|
||||
#define REF_DPMM 3.78138
|
||||
#define FS_ATOM "_NET_WM_STATE_FULLSCREEN"
|
||||
|
||||
#define MWM_HINTS_FUNCTIONS (1L << 0)
|
||||
|
||||
Reference in New Issue
Block a user