Skip to content

Commit 62225e4

Browse files
lachbrrdb
authored andcommitted
x11display: Remove incorrect INLINE marker on these methods
Closes panda3d#1026
1 parent 442e855 commit 62225e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

panda/src/x11display/x11GraphicsPipe.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ x11GraphicsPipe::
384384
/**
385385
* Enables raw mouse mode for this display. Returns false if unsupported.
386386
*/
387-
INLINE bool x11GraphicsPipe::
387+
bool x11GraphicsPipe::
388388
enable_raw_mouse() {
389389
if (_num_raw_mouse_windows > 0) {
390390
// Already enabled by another window.

panda/src/x11display/x11GraphicsPipe.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ class x11GraphicsPipe : public GraphicsPipe {
147147
INLINE bool supports_relative_mouse() const;
148148
INLINE bool enable_dga_mouse();
149149
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();
152152

153153
static INLINE int disable_x_error_messages();
154154
static INLINE int enable_x_error_messages();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy