Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(270)

Issue 6302092: Fixed compile warning in SkOSWindow_unix.cpp

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by kondapallykalyan
Modified:
12 years, 2 months ago
Reviewers:
bsalomon, scroggo
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixed following compile time warning: ../src/views/unix/SkOSWindow_Unix.cpp: In member function ‘void SkOSWindow::loop()’: ../src/views/unix/SkOSWindow_Unix.cpp:184:33: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] ../src/views/unix/SkOSWindow_Unix.cpp:184:74: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] ../src/views/unix/SkOSWindow_Unix.cpp:199:47: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] ../src/views/unix/SkOSWindow_Unix.cpp:199:88: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] XKeycodeToKeysym is marked as deprecated (https://bugs.freedesktop.org/show_bug.cgi?id=5349). Another related bug: https://bugs.freedesktop.org/show_bug.cgi?id=25732#c4 which suggests to use XkbKeycodeToKeySym instead of this one. Similar issue was fixed in chromium http://code.google.com/p/chromium/issues/detail?id=117274

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/views/unix/SkOSWindow_Unix.cpp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2
kondapallykalyan
12 years, 2 months ago (2012-06-18 22:57:08 UTC) #1
bsalomon
12 years, 2 months ago (2012-06-19 13:09:11 UTC) #2
LGTM, committed as r4278
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b