Merge lp:~om26er/ubuntu/oneiric/nux/sru-819721 into lp:ubuntu/oneiric-proposed/nux

Proposed by Omer Akram
Status: Needs review
Proposed branch: lp:~om26er/ubuntu/oneiric/nux/sru-819721
Merge into: lp:ubuntu/oneiric-proposed/nux
Diff against target: 86 lines (+42/-3)
2 files modified
NuxGraphics/GraphicsDisplayX11.cpp (+34/-3)
debian/changelog (+8/-0)
To merge this branch: bzr merge lp:~om26er/ubuntu/oneiric/nux/sru-819721
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+88592@code.launchpad.net

Description of the change

backport the fix bug 819721

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Looks good! I pushed to oneiric-proposed after testing.

review: Approve

Unmerged revisions

53. By Omer Akram

* NuxGraphics/GraphicsDisplayX11.cpp:
  - Quicklists not accessible for the first time just after login.
    (LP: #819721)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NuxGraphics/GraphicsDisplayX11.cpp'
2--- NuxGraphics/GraphicsDisplayX11.cpp 2011-10-17 09:10:05 +0000
3+++ NuxGraphics/GraphicsDisplayX11.cpp 2012-01-15 07:57:25 +0000
4@@ -75,32 +75,63 @@
5 m_GraphicsContext = 0;
6 m_Style = WINDOWSTYLE_NORMAL;
7 m_PauseGraphicsRendering = false;
8+ m_FrameTime = 0;
9
10 inlSetThreadLocalStorage (_TLS_GraphicsDisplay, this);
11-
12+
13+ m_X11Display = 0;
14+ m_X11Window = 0;
15+ m_X11VisualInfo = 0;
16+ m_X11Screen = 0;
17 m_X11LastEvent.type = -1;
18 m_X11RepeatKey = true;
19
20+ m_PixelFormat = 0;
21+ m_WindowTitle = "";
22+
23+ m_ParentWindow = 0;
24+ _fb_config = 0;
25+
26+ m_NumVideoModes = 0;
27+
28+ m_WMDeleteWindow = 0;
29+ m_X11Colormap = 0;
30+ m_BorderPixel = 0;
31+
32 m_GfxInterfaceCreated = false;
33 m_pEvent = new IEvent();
34
35+ m_ViewportSize = Size(0,0);
36 m_WindowSize = Size(0,0);
37+ m_WindowPosition = Point(0,0);
38+
39+ _x11_major = 0;
40+ _x11_minor = 0;
41
42 _has_glx_13 = false;
43 _glx_major = 0;
44 _glx_minor = 0;
45-
46+
47+ _dnd_source_data = NULL;
48 _dnd_is_drag_source = false;
49 _dnd_source_grab_active = false;
50 _dnd_source_funcs.get_drag_image = 0;
51 _dnd_source_funcs.get_drag_types = 0;
52 _dnd_source_funcs.get_data_for_type = 0;
53 _dnd_source_funcs.drag_finished = 0;
54-
55+
56+ _drag_display = 0;
57+ _drag_window = 0;
58+ _drag_source = 0;
59+ _drag_drop_timestamp = 0;
60+
61+ _global_grab_window = 0;
62 _global_keyboard_grab_data = 0;
63 _global_keyboard_grab_callback = 0;
64+ _global_keyboard_grab_active = false;
65 _global_pointer_grab_data = 0;
66 _global_pointer_grab_callback = 0;
67+ _global_pointer_grab_active = false;
68
69 // DND
70 _last_dnd_position = Point(0, 0);
71
72=== modified file 'debian/changelog'
73--- debian/changelog 2011-10-17 09:10:05 +0000
74+++ debian/changelog 2012-01-15 07:57:25 +0000
75@@ -1,3 +1,11 @@
76+nux (1.16.0-0ubuntu1.1) oneiric-proposed; urgency=low
77+
78+ * NuxGraphics/GraphicsDisplayX11.cpp:
79+ - Quicklists not accessible for the first time just after login.
80+ (LP: #819721)
81+
82+ -- Omer Akram <om26er@ubuntu.com> Sun, 15 Jan 2012 12:50:34 +0500
83+
84 nux (1.16.0-0ubuntu1) oneiric-proposed; urgency=low
85
86 * New upstream release.

Subscribers

People subscribed via source and target branches

to all changes: