Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
17249553
Commit
17249553
authored
Nov 27, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Nov 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also mention xpm-devel in the error msg.
parent
16237842
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
oembitmap.c
graphics/x11drv/oembitmap.c
+4
-4
No files found.
graphics/x11drv/oembitmap.c
View file @
17249553
...
...
@@ -77,9 +77,9 @@ typedef unsigned long Pixel;
#include "bitmaps/obm_restore_95"
#include "bitmaps/obm_restored_95"
DECLARE_DEBUG_CHANNEL
(
bitmap
)
DECLARE_DEBUG_CHANNEL
(
cursor
)
DECLARE_DEBUG_CHANNEL
(
x11drv
)
DECLARE_DEBUG_CHANNEL
(
bitmap
)
;
DECLARE_DEBUG_CHANNEL
(
cursor
)
;
DECLARE_DEBUG_CHANNEL
(
x11drv
)
;
#define OBM_FIRST OBM_CLOSED
/* First OEM bitmap */
...
...
@@ -441,7 +441,7 @@ static BOOL OBM_CreateBitmaps( char **data, BOOL color,
#else
/* defined(HAVE_LIBXXPM) */
FIXME_
(
x11drv
)(
"Xpm support not in the binary, "
"please install
Xpm
and recompile
\n
"
"please install
the Xpm and Xpm-devel packages
and recompile
\n
"
);
return
FALSE
;
#endif
/* defined(HAVE_LIBXXPM) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment