Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nikita Churaev
gtk
Commits
6fb6363e
Commit
6fb6363e
authored
Feb 19, 2001
by
Hans Breuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated for win32 msvc build (forgot this before)
parent
c3aba35e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gdk/win32/gdkdrawable-win32.c
gdk/win32/gdkdrawable-win32.c
+2
-1
gdk/win32/gdkkeys-win32.c
gdk/win32/gdkkeys-win32.c
+0
-2
gdk/win32/gdkwindow-win32.c
gdk/win32/gdkwindow-win32.c
+1
-0
No files found.
gdk/win32/gdkdrawable-win32.c
View file @
6fb6363e
...
...
@@ -928,7 +928,8 @@ gdk_win32_draw_image (GdkDrawable *drawable,
hdc
=
gdk_win32_hdc_get
(
drawable
,
gc
,
0
);
if
(
colormap_private
&&
colormap_private
->
xcolormap
->
rc_palette
)
if
(
image
->
visual
->
type
==
GDK_VISUAL_PSEUDO_COLOR
&&
colormap_private
&&
colormap_private
->
xcolormap
->
rc_palette
)
{
if
(
!
bmi_inited
)
{
...
...
gdk/win32/gdkkeys-win32.c
View file @
6fb6363e
...
...
@@ -23,12 +23,10 @@
* files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <errno.h>
...
...
gdk/win32/gdkwindow-win32.c
View file @
6fb6363e
...
...
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include "gdk.h"
/* gdk_rectangle_intersect */
#include "gdkevents.h"
#include "gdkpixmap.h"
#include "gdkwindow.h"
...
...
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