Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
73b26103
Commit
73b26103
authored
Jun 14, 2009
by
Seiji Zenitani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x])
parent
4f9d4de3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+3
-3
No files found.
src/ChangeLog
View file @
73b26103
2009-06-14 Seiji Zenitani <zenitani@mac.com>
* xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2009-06-11 Kenichi Handa <handa@m17n.org>
* xdisp.c (x_get_glyph_overhangs): Fix calculation of right
...
...
src/xdisp.c
View file @
73b26103
...
...
@@ -9863,7 +9863,7 @@ update_tool_bar (f, save_match_data)
struct frame *f;
int save_match_data;
{
#if defined (USE_GTK) || defined (HAVE_NS)
|| USE_MAC_TOOLBAR
#if defined (USE_GTK) || defined (HAVE_NS)
int do_update = FRAME_EXTERNAL_TOOL_BAR (f);
#else
int do_update = WINDOWP (f->tool_bar_window)
...
...
@@ -10337,7 +10337,7 @@ redisplay_tool_bar (f)
struct it it;
struct glyph_row *row;
#if defined (USE_GTK) || defined (HAVE_NS)
|| USE_MAC_TOOLBAR
#if defined (USE_GTK) || defined (HAVE_NS)
if (FRAME_EXTERNAL_TOOL_BAR (f))
update_frame_tool_bar (f);
return 0;
...
...
@@ -13968,7 +13968,7 @@ redisplay_window (window, just_this_one_p)
#ifdef HAVE_WINDOW_SYSTEM
if (FRAME_WINDOW_P (f))
{
#if defined (USE_GTK) || defined (HAVE_NS)
|| USE_MAC_TOOLBAR
#if defined (USE_GTK) || defined (HAVE_NS)
redisplay_tool_bar_p = FRAME_EXTERNAL_TOOL_BAR (f);
#else
redisplay_tool_bar_p = WINDOWP (f->tool_bar_window)
...
...
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