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
573b3890
Commit
573b3890
authored
Dec 08, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Dec 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move include/bitmaps/*.xpm where they belong.
parent
384eadc8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
31 deletions
+2
-31
Makefile.in
include/Makefile.in
+1
-1
wine_small.xpm
include/bitmaps/wine_small.xpm
+0
-29
wine.xpm
programs/winemenubuilder/wine.xpm
+0
-0
winemenubuilder.c
programs/winemenubuilder/winemenubuilder.c
+1
-1
No files found.
include/Makefile.in
View file @
573b3890
...
@@ -251,7 +251,7 @@ WINE_INCLUDES = \
...
@@ -251,7 +251,7 @@ WINE_INCLUDES = \
library.h
\
library.h
\
unicode.h
unicode.h
EXTRASUBDIRS
=
bitmaps
msvcrt msvcrt/sys wine
EXTRASUBDIRS
=
msvcrt msvcrt/sys wine
@MAKE_RULES@
@MAKE_RULES@
...
...
include/bitmaps/wine_small.xpm
deleted
100644 → 0
View file @
384eadc8
/* XPM */
static char * wine_small_xpm[] = {
"16 16 10 1",
" c None",
". c #000000",
"+ c #91002E",
"@ c #92002F",
"# c #93002E",
"$ c #A70034",
"% c #B00038",
"& c #AC0036",
"* c #AF0038",
"= c #B10038",
" ... ",
" . . ",
" . . ",
" .. . ",
" ..+@#. ",
" .$%%&. ",
" .*%%. ",
" .=%=. ",
" .=%. ",
" ... ",
" .. ",
" .. ",
" . ",
" .... ",
" ... ",
" .. "};
include/bitmaps
/wine.xpm
→
programs/winemenubuilder
/wine.xpm
View file @
573b3890
File moved
programs/winemenubuilder/winemenubuilder.c
View file @
573b3890
...
@@ -52,8 +52,8 @@
...
@@ -52,8 +52,8 @@
#include <objidl.h>
#include <objidl.h>
#include <shlguid.h>
#include <shlguid.h>
#include "bitmaps/wine.xpm"
#include "wine/debug.h"
#include "wine/debug.h"
#include "wine.xpm"
WINE_DEFAULT_DEBUG_CHANNEL
(
menubuilder
);
WINE_DEFAULT_DEBUG_CHANNEL
(
menubuilder
);
...
...
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