Added a few FIXMEs.

This commit is contained in:
Ryan C. Gordon
2015-04-21 09:46:48 -04:00
parent 1373e8909a
commit e0e04542d0
3 changed files with 3 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ ScheduleContextUpdates(SDL_WindowData *data)
}
}
/* !!! FIXME: this should use a hint callback. */
static int
GetHintCtrlClickEmulateRightClick()
{

View File

@@ -130,6 +130,7 @@ X11_SetNetWMState(_THIS, Window xwindow, Uint32 flags)
{
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;
Display *display = videodata->display;
/* !!! FIXME: just dereference videodata below instead of copying to locals. */
Atom _NET_WM_STATE = videodata->_NET_WM_STATE;
/* Atom _NET_WM_STATE_HIDDEN = videodata->_NET_WM_STATE_HIDDEN; */
Atom _NET_WM_STATE_FOCUSED = videodata->_NET_WM_STATE_FOCUSED;