File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ x11GraphicsPipe::
384
384
/* *
385
385
* Enables raw mouse mode for this display. Returns false if unsupported.
386
386
*/
387
- INLINE bool x11GraphicsPipe::
387
+ bool x11GraphicsPipe::
388
388
enable_raw_mouse () {
389
389
if (_num_raw_mouse_windows > 0 ) {
390
390
// Already enabled by another window.
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ class x11GraphicsPipe : public GraphicsPipe {
147
147
INLINE bool supports_relative_mouse () const ;
148
148
INLINE bool enable_dga_mouse ();
149
149
INLINE void disable_dga_mouse ();
150
- INLINE bool enable_raw_mouse ();
151
- INLINE void disable_raw_mouse ();
150
+ bool enable_raw_mouse ();
151
+ void disable_raw_mouse ();
152
152
153
153
static INLINE int disable_x_error_messages ();
154
154
static INLINE int enable_x_error_messages ();
You can’t perform that action at this time.
0 commit comments